Searched refs:ic_report (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dieee802_11_ht.c211 struct ieee80211_2040_intol_chan_report *ic_report; local
262 ic_report = (struct ieee80211_2040_intol_chan_report *) data;
265 ic_report->op_class);
270 u8 chan = ic_report->variable[i];
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dsme.c1209 struct ieee80211_2040_intol_chan_report *ic_report; local
1235 ic_report = wpabuf_put(buf, sizeof(*ic_report));
1236 ic_report->element_id = WLAN_EID_20_40_BSS_INTOLERANT;
1237 ic_report->length = num_channels + 1;
1238 ic_report->op_class = 0;

Completed in 54 milliseconds