Searched refs:he_oper_chwidth (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11_he.c52 u8 he_oper_chwidth = ~HE_PHYCAP_CHANNEL_WIDTH_MASK; local
63 switch (hapd->iface->conf->he_oper_chwidth) {
65 he_oper_chwidth |=
70 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_160MHZ_IN_5G;
75 he_oper_chwidth |= HE_PHYCAP_CHANNEL_WIDTH_SET_40MHZ_IN_2G |
121 he_oper_chwidth;
284 switch (hapd->iface->conf->he_oper_chwidth) {
H A Dap_config.h987 u8 he_oper_chwidth; member in struct:hostapd_config
1018 return conf->he_oper_chwidth;
1028 conf->he_oper_chwidth = oper_chwidth;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3560 } else if (os_strcmp(buf, "he_oper_chwidth") == 0) {
3561 conf->he_oper_chwidth = atoi(pos);

Completed in 69 milliseconds