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

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_he.c 94 u8 he_oper_chwidth = ~HE_PHYCAP_CHANNEL_WIDTH_MASK; local
105 switch (hapd->iface->conf->he_oper_chwidth) {
107 he_oper_chwidth |=
112 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G;
117 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_IN_2G |
164 he_oper_chwidth;
445 switch (hapd->iface->conf->he_oper_chwidth) {
ap_config.h 1164 enum oper_chan_width he_oper_chwidth; member in struct:hostapd_config
1250 return conf->he_oper_chwidth;
1267 conf->he_oper_chwidth = oper_chwidth;

Completed in 16 milliseconds