Re: [ath9k-devel] How to set a scan with ath9k driver

2013-05-24 Thread Francisco Cuesta
HEllo Mohammend, thanks for replying your sequence was really helpful 2013/5/22 Mohammed Shafi Shajakhan moham...@qca.qualcomm.com: On Wed, May 22, 2013 at 02:12:13PM +0200, Francisco Cuesta wrote: Hello, I would like to know whether someone might point out where a sta-mode scan in ath9k

Re: [ath9k-devel] How to set a scan with ath9k driver

2013-05-24 Thread Matt Chen
INIT_DELAYED_WORK(local-scan_work, ieee80211_scan_work); So it would do void ieee80211_scan_work(struct work_struct *work) {. 2013/5/24 Francisco Cuesta ndarkn...@gmail.com HEllo Mohammend, thanks for replying your sequence was really helpful 2013/5/22 Mohammed Shafi Shajakhan

[ath9k-devel] How to set a scan with ath9k driver

2013-05-22 Thread Francisco Cuesta
Hello, I would like to know whether someone might point out where a sta-mode scan in ath9k driver is carried out. I mean, if I want to perform such a scan, I have seen that hostapd or wpa supplicant requests the driver through nl80211 interface such a petition. But I cannot understand how this

Re: [ath9k-devel] How to set a scan with ath9k driver

2013-05-22 Thread Mohammed Shafi Shajakhan
On Wed, May 22, 2013 at 02:12:13PM +0200, Francisco Cuesta wrote: Hello, I would like to know whether someone might point out where a sta-mode scan in ath9k driver is carried out. I mean, if I want to perform such a scan, I have seen that hostapd or wpa supplicant requests the driver