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

  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 211 struct ieee80211_2040_intol_chan_report *ic_report; local
228 ic_report = (struct ieee80211_2040_intol_chan_report *)
247 if (ic_report &&
248 (ic_report->element_id == WLAN_EID_20_40_BSS_INTOLERANT)) {
251 for (i = 0; i < ic_report->length - 1; i++) {
252 if (is_40_allowed(iface, ic_report->variable[i]))
258 ic_report->variable[i]);
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1009 struct ieee80211_2040_intol_chan_report *ic_report; local
1035 ic_report = wpabuf_put(buf, sizeof(*ic_report));
1036 ic_report->element_id = WLAN_EID_20_40_BSS_INTOLERANT;
1037 ic_report->length = num_channels + 1;
1038 ic_report->op_class = 0;
    [all...]

Completed in 101 milliseconds