Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h609 WLAN_EID_COUNTRY = 7, /* IEEE80211_ELEMID_COUNTRY */
602 WLAN_EID_COUNTRY = 7, /* IEEE80211_ELEMID_COUNTRY */ global() enumerator
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c668 elem = wpa_bss_get_ie(wpa_s->current_bss, WLAN_EID_COUNTRY); in wpas_beacon_request_freqs()
H A Dwnm_sta.c552 const u8 *elem = wpa_bss_get_ie(bss, WLAN_EID_COUNTRY); in wnm_nei_get_chan()
H A Dsme.c3100 ie = wpa_bss_get_ie(wpa_s->current_bss, WLAN_EID_COUNTRY); in sme_proc_obss_scan()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h308 #define WLAN_EID_COUNTRY 7 macro
/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c270 *pos++ = WLAN_EID_COUNTRY; in hostapd_eid_country()