Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192e/
Ddot11d.h57 #define IS_DOT11D_ENABLE(__ieee_dev) \ macro
Drtllib_softmac.c563 if (IS_DOT11D_ENABLE(ieee)) in rtllib_softmac_scan_syncro()
622 if (IS_DOT11D_ENABLE(ieee)) in rtllib_softmac_scan_wq()
736 if (IS_DOT11D_ENABLE(ieee)) { in rtllib_start_scan()
755 if (IS_DOT11D_ENABLE(ieee)) { in rtllib_start_scan_syncro()
2707 if (IS_DOT11D_ENABLE(ieee) && !IS_COUNTRY_IE_VALID(ieee)) { in rtllib_start_bss()
2747 if (IS_DOT11D_ENABLE(ieee)) in rtllib_disassociate()
Drtllib_rx.c1769 if (IS_DOT11D_ENABLE(ieee)) { in rtllib_extract_country_ie()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Ddot11d.h36 #define IS_DOT11D_ENABLE(ieee_dev) (GET_DOT11D_INFO(ieee_dev)->dot11d_enabled) macro
Dieee80211_softmac.c465 if (IS_DOT11D_ENABLE(ieee)) in ieee80211_softmac_scan_syncro()
505 if (IS_DOT11D_ENABLE(ieee)) in ieee80211_softmac_scan_wq()
585 if (IS_DOT11D_ENABLE(ieee)) { in ieee80211_start_scan()
602 if (IS_DOT11D_ENABLE(ieee)) { in ieee80211_start_scan_syncro()
2336 if (IS_DOT11D_ENABLE(ieee) && !IS_COUNTRY_IE_VALID(ieee)) { in ieee80211_start_bss()
2372 if (IS_DOT11D_ENABLE(ieee)) in ieee80211_disassociate()
Dieee80211_rx.c1488 if (IS_DOT11D_ENABLE(ieee)) { in ieee80211_extract_country_ie()