HomeSort by: relevance | last modified time | path
    Searched defs:vht_oper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
rrm.c 718 struct ieee80211_vht_operation *vht_oper = NULL; local
737 vht_oper = (struct ieee80211_vht_operation *) (ie + 2);
739 switch (vht_oper->vht_op_info_chwidth) {
741 seg0 = vht_oper->vht_op_info_chan_center_freq_seg0_idx;
742 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx;
770 vht_oper != NULL);
wnm_sta.c 951 struct ieee80211_vht_operation *vht_oper = NULL; local
966 vht_oper = (struct ieee80211_vht_operation *) (ie + 2);
968 if (vht_oper->vht_op_info_chwidth == CHANWIDTH_80MHZ ||
969 vht_oper->vht_op_info_chwidth == CHANWIDTH_160MHZ ||
970 vht_oper->vht_op_info_chwidth == CHANWIDTH_80P80MHZ)
971 vht = vht_oper->vht_op_info_chwidth;
982 (vht_oper != NULL));

Completed in 15 milliseconds