HomeSort by relevance Sort by last modified time
    Searched refs:vht_oper (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 642 struct ieee80211_vht_operation *vht_oper = NULL; local
661 vht_oper = (struct ieee80211_vht_operation *) (ie + 2);
663 switch (vht_oper->vht_op_info_chwidth) {
665 seg0 = vht_oper->vht_op_info_chan_center_freq_seg0_idx;
666 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx;
694 vht_oper != NULL);
    [all...]
wnm_sta.c 692 struct ieee80211_vht_operation *vht_oper = NULL; local
707 vht_oper = (struct ieee80211_vht_operation *) (ie + 2);
709 if (vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_80MHZ ||
710 vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_160MHZ ||
711 vht_oper->vht_op_info_chwidth == VHT_CHANWIDTH_80P80MHZ)
712 vht = vht_oper->vht_op_info_chwidth;
723 (vht_oper != NULL));
    [all...]

Completed in 76 milliseconds