Home
last modified time | relevance | path

Searched refs:IEEE80211_COUNTRY_STRING_LEN (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Dwl12xx_80211.h102 u8 country_string[IEEE80211_COUNTRY_STRING_LEN];
/linux-6.1.9/drivers/net/wireless/ti/wl1251/
Dwl12xx_80211.h101 u8 country_string[IEEE80211_COUNTRY_STRING_LEN];
/linux-6.1.9/drivers/net/wireless/marvell/libertas/
Ddev.h53 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
Dhost.h393 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c222 (IEEE80211_COUNTRY_STRING_LEN + MWIFIEX_MAX_TRIPLET_802_11D)) { in mwifiex_process_country_ie()
235 country_ie_len -= IEEE80211_COUNTRY_STRING_LEN; in mwifiex_process_country_ie()
241 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()
587 IEEE80211_COUNTRY_STRING_LEN); in mwifiex_get_bss_info()
Dcfp.c153 u8 region[IEEE80211_COUNTRY_STRING_LEN];
Dmain.h484 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
994 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
Dsta_cmdresp.c659 - IEEE80211_COUNTRY_STRING_LEN) in mwifiex_ret_802_11d_domain_info()
Dfw.h1638 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
/linux-6.1.9/drivers/net/wireless/atmel/
Dat76c50x-usb.h277 u8 country_string[IEEE80211_COUNTRY_STRING_LEN];
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c89 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
97 u8 country_code[IEEE80211_COUNTRY_STRING_LEN];
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h948 u8 country_str[IEEE80211_COUNTRY_STRING_LEN];
/linux-6.1.9/include/linux/
Dieee80211.h3799 #define IEEE80211_COUNTRY_STRING_LEN 3 macro