Home
last modified time | relevance | path

Searched refs:ht_oper (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c756 struct ieee80211_ht_operation *ht_oper; in wpas_get_op_chan_phy() local
767 ht_oper = (struct ieee80211_ht_operation *) elems.ht_operation; in wpas_get_op_chan_phy()
768 if (ht_oper) { in wpas_get_op_chan_phy()
769 u8 sec_chan_offset = ht_oper->ht_param & in wpas_get_op_chan_phy()
H A Dwnm_sta.c896 struct ieee80211_ht_operation *ht_oper; in wnm_nei_rep_add_bss() local
909 ht_oper = (struct ieee80211_ht_operation *) elems.ht_operation; in wnm_nei_rep_add_bss()
910 if (ht_oper) { in wnm_nei_rep_add_bss()
911 u8 sec_chan_offset = ht_oper->ht_param & in wnm_nei_rep_add_bss()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c4107 struct ieee80211_ht_operation *ht_oper; in get_operation_channel_width() local
4115 ht_oper = (struct ieee80211_ht_operation *) elems->ht_operation; in get_operation_channel_width()
4131 if (channel_width == CHAN_WIDTH_UNKNOWN && ht_oper) { in get_operation_channel_width()
4132 u8 sec_chan_offset = ht_oper->ht_param & in get_operation_channel_width()