Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Ddot11d.h59 #define IS_COUNTRY_IE_VALID(__ieee_dev) \ macro
H A Drtllib_softmac.c697 if (IS_COUNTRY_IE_VALID(ieee)) in rtllib_start_scan()
713 if (IS_COUNTRY_IE_VALID(ieee)) in rtllib_start_scan_syncro()
2393 if (IS_DOT11D_ENABLE(ieee) && !IS_COUNTRY_IE_VALID(ieee)) { in rtllib_start_bss()
H A Drtllib_rx.c1734 if (!IS_COUNTRY_IE_VALID(ieee)) { in rtllib_extract_country_ie()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.h37 #define IS_COUNTRY_IE_VALID(ieee_dev) (GET_DOT11D_INFO(ieee_dev)->country_ie_len > 0) macro
H A Dieee80211_rx.c1495 if (!IS_COUNTRY_IE_VALID(ieee)) { in ieee80211_extract_country_ie()
2266 if (IS_COUNTRY_IE_VALID(ieee)) { in ieee80211_process_probe_response()
2281 if (IS_COUNTRY_IE_VALID(ieee)) { in ieee80211_process_probe_response()
H A Dieee80211_softmac.c586 if (IS_COUNTRY_IE_VALID(ieee)) in ieee80211_start_scan()
603 if (IS_COUNTRY_IE_VALID(ieee)) in ieee80211_start_scan_syncro()
2336 if (IS_DOT11D_ENABLE(ieee) && !IS_COUNTRY_IE_VALID(ieee)) { in ieee80211_start_bss()