Home
last modified time | relevance | path

Searched refs:IS_DOT11D_ENABLE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192e/
Ddot11d.h67 #define IS_DOT11D_ENABLE(__pIeeeDev) \ macro
Drtllib_softmac.c566 if (IS_DOT11D_ENABLE(ieee)) in rtllib_softmac_scan_syncro()
625 if (IS_DOT11D_ENABLE(ieee)) in rtllib_softmac_scan_wq()
740 if (IS_DOT11D_ENABLE(ieee)) { in rtllib_start_scan()
760 if (IS_DOT11D_ENABLE(ieee)) { in rtllib_start_scan_syncro()
2727 if (IS_DOT11D_ENABLE(ieee) && !IS_COUNTRY_IE_VALID(ieee)) { in rtllib_start_bss()
2767 if (IS_DOT11D_ENABLE(ieee)) in rtllib_disassociate()
Drtllib_rx.c1811 if (IS_DOT11D_ENABLE(ieee)) { in rtllib_extract_country_ie()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Ddot11d.h43 #define IS_DOT11D_ENABLE(__pIeeeDev) (GET_DOT11D_INFO(__pIeeeDev)->bEnabled) macro
Dieee80211_softmac.c481 if(IS_DOT11D_ENABLE(ieee)) in ieee80211_softmac_scan_syncro()
522 if(IS_DOT11D_ENABLE(ieee)) in ieee80211_softmac_scan_wq()
606 if (IS_DOT11D_ENABLE(ieee) ) in ieee80211_start_scan()
626 if (IS_DOT11D_ENABLE(ieee) ) in ieee80211_start_scan_syncro()
2453 if (IS_DOT11D_ENABLE(ieee) && !IS_COUNTRY_IE_VALID(ieee)) in ieee80211_start_bss()
2494 if(IS_DOT11D_ENABLE(ieee)) in ieee80211_disassociate()
Dieee80211_rx.c1578 if (IS_DOT11D_ENABLE(ieee)) in ieee80211_extract_country_ie()