Searched defs:proto_started (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac_wx.c137 short ifup = ieee->proto_started;//dev->flags & IFF_UP;
259 if (!ieee->proto_started){
316 if (ieee->iw_mode == IW_MODE_MONITOR || !(ieee->proto_started)){
342 short proto_started; local
349 proto_started = ieee->proto_started;
361 if(proto_started)
393 if (proto_started)
H A Dieee80211.h1002 short proto_started; member in struct:ieee80211_device
/drivers/staging/rtl8192e/
H A Drtllib_softmac_wx.c143 short ifup = ieee->proto_started;
314 if (!ieee->proto_started) {
426 if (ieee->iw_mode == IW_MODE_MONITOR || !(ieee->proto_started)) {
449 short proto_started; local
455 proto_started = ieee->proto_started;
477 if (proto_started)
498 if (proto_started)
H A Drtllib.h2279 short proto_started; member in struct:rtllib_device
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c142 short ifup = ieee->proto_started;//dev->flags & IFF_UP;
284 if (!ieee->proto_started){
365 if (ieee->iw_mode == IW_MODE_MONITOR || !(ieee->proto_started)){
387 short proto_started; local
393 proto_started = ieee->proto_started;
405 if(proto_started)
428 if (proto_started)
H A Dieee80211.h2001 short proto_started; member in struct:ieee80211_device

Completed in 202 milliseconds