Home
last modified time | relevance | path

Searched refs:ieee80211_ht_operation (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c181 struct ieee80211_ht_operation *oper; in get_pri_sec_chan()
188 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan()
271 struct ieee80211_ht_operation *oper; in check_20mhz_bss()
287 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss()
H A Dieee802_11_defs.h1188 struct ieee80211_ht_operation { struct
H A Dieee802_11_common.c522 if (elen < sizeof(struct ieee80211_ht_operation)) in __ieee802_11_parse_elems()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation()
94 oper = (struct ieee80211_ht_operation *) pos; in hostapd_eid_ht_operation()
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c717 struct ieee80211_ht_operation *ht_oper = NULL; in wpas_get_op_chan_phy()
722 if (ie && ie[1] >= sizeof(struct ieee80211_ht_operation)) { in wpas_get_op_chan_phy()
725 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wpas_get_op_chan_phy()
H A Dmesh_mpm.c732 struct ieee80211_ht_operation *oper; in mesh_mpm_add_peer()
765 oper = (struct ieee80211_ht_operation *) elems->ht_operation; in mesh_mpm_add_peer()
H A Dwnm_sta.c950 struct ieee80211_ht_operation *ht_oper = NULL; in wnm_nei_rep_add_bss()
955 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wnm_nei_rep_add_bss()