Home
last modified time | relevance | path

Searched refs:vht_oper (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_vht.c213 const u8 *vht_oper) in copy_sta_vht_oper() argument
215 if (!vht_oper) { in copy_sta_vht_oper()
228 os_memcpy(sta->vht_operation, vht_oper, in copy_sta_vht_oper()
H A Dieee802_11.h122 const u8 *vht_oper);
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c718 struct ieee80211_vht_operation *vht_oper = NULL; in wpas_get_op_chan_phy() local
737 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wpas_get_op_chan_phy()
739 switch (vht_oper->vht_op_info_chwidth) { in wpas_get_op_chan_phy()
741 seg0 = vht_oper->vht_op_info_chan_center_freq_seg0_idx; in wpas_get_op_chan_phy()
742 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx; in wpas_get_op_chan_phy()
770 vht_oper != NULL); in wpas_get_op_chan_phy()
H A Dwnm_sta.c951 struct ieee80211_vht_operation *vht_oper = NULL; in wnm_nei_rep_add_bss() local
966 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wnm_nei_rep_add_bss()
968 if (vht_oper->vht_op_info_chwidth == CHANWIDTH_80MHZ || in wnm_nei_rep_add_bss()
969 vht_oper->vht_op_info_chwidth == CHANWIDTH_160MHZ || in wnm_nei_rep_add_bss()
970 vht_oper->vht_op_info_chwidth == CHANWIDTH_80P80MHZ) in wnm_nei_rep_add_bss()
971 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
982 (vht_oper != NULL)); in wnm_nei_rep_add_bss()