Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c361 const u8 *vht_oper) in copy_sta_vht_oper() argument
363 if (!vht_oper) { in copy_sta_vht_oper()
376 os_memcpy(sta->vht_operation, vht_oper, in copy_sta_vht_oper()
Dieee802_11.h85 const u8 *vht_oper);
/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c694 struct ieee80211_vht_operation *vht_oper = NULL; in wpas_get_op_chan_phy() local
713 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wpas_get_op_chan_phy()
715 switch (vht_oper->vht_op_info_chwidth) { in wpas_get_op_chan_phy()
717 seg0 = vht_oper->vht_op_info_chan_center_freq_seg0_idx; in wpas_get_op_chan_phy()
718 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx; in wpas_get_op_chan_phy()
746 vht_oper != NULL); in wpas_get_op_chan_phy()
Dwnm_sta.c910 struct ieee80211_vht_operation *vht_oper = NULL; in wnm_nei_rep_add_bss() local
925 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wnm_nei_rep_add_bss()
927 if (vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_80MHZ || in wnm_nei_rep_add_bss()
928 vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_160MHZ || in wnm_nei_rep_add_bss()
929 vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_80P80MHZ) in wnm_nei_rep_add_bss()
930 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
941 (vht_oper != NULL)); in wnm_nei_rep_add_bss()