Home
last modified time | relevance | path

Searched refs:oper_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c252 oper->oper_info.control |= EHT_OPER_CHANNEL_WIDTH_320MHZ; in hostapd_eid_eht_operation()
260 oper->oper_info.control |= EHT_OPER_CHANNEL_WIDTH_160MHZ; in hostapd_eid_eht_operation()
268 oper->oper_info.control |= EHT_OPER_CHANNEL_WIDTH_80MHZ; in hostapd_eid_eht_operation()
272 oper->oper_info.control |= EHT_OPER_CHANNEL_WIDTH_40MHZ; in hostapd_eid_eht_operation()
278 oper->oper_info.ccfs0 = seg0 ? seg0 : hapd->iconf->channel; in hostapd_eid_eht_operation()
279 oper->oper_info.ccfs1 = seg1; in hostapd_eid_eht_operation()
283 oper->oper_info.disabled_chan_bitmap = in hostapd_eid_eht_operation()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2624 struct ieee80211_eht_oper_info oper_info; /* 0 or 3 or 5 octets */ member