Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_vht.c199 const u8 *vht_oper) in copy_sta_vht_oper() argument
201 if (!vht_oper) { in copy_sta_vht_oper()
214 os_memcpy(sta->vht_operation, vht_oper, in copy_sta_vht_oper()
Dieee802_11.h93 const u8 *vht_oper);
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.h92 const u8 *vht_oper);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Drrm.c713 struct ieee80211_vht_operation *vht_oper = NULL; in wpas_get_op_chan_phy() local
732 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wpas_get_op_chan_phy()
734 switch (vht_oper->vht_op_info_chwidth) { in wpas_get_op_chan_phy()
736 seg0 = vht_oper->vht_op_info_chan_center_freq_seg0_idx; in wpas_get_op_chan_phy()
737 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx; in wpas_get_op_chan_phy()
765 vht_oper != NULL); in wpas_get_op_chan_phy()
Dwnm_sta.c928 struct ieee80211_vht_operation *vht_oper = NULL; in wnm_nei_rep_add_bss() local
943 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wnm_nei_rep_add_bss()
945 if (vht_oper->vht_op_info_chwidth == CHANWIDTH_80MHZ || in wnm_nei_rep_add_bss()
946 vht_oper->vht_op_info_chwidth == CHANWIDTH_160MHZ || in wnm_nei_rep_add_bss()
947 vht_oper->vht_op_info_chwidth == CHANWIDTH_80P80MHZ) in wnm_nei_rep_add_bss()
948 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
959 (vht_oper != NULL)); in wnm_nei_rep_add_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c911 struct ieee80211_vht_operation *vht_oper = NULL; in wnm_nei_rep_add_bss() local
926 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wnm_nei_rep_add_bss()
928 if (vht_oper->vht_op_info_chwidth == CHANWIDTH_80MHZ || in wnm_nei_rep_add_bss()
929 vht_oper->vht_op_info_chwidth == CHANWIDTH_160MHZ || in wnm_nei_rep_add_bss()
930 vht_oper->vht_op_info_chwidth == CHANWIDTH_80P80MHZ) in wnm_nei_rep_add_bss()
931 vht = vht_oper->vht_op_info_chwidth; in wnm_nei_rep_add_bss()
942 (vht_oper != NULL)); in wnm_nei_rep_add_bss()