HomeSort by: relevance | last modified time | path
    Searched refs:he_oper_chwidth (Results 1 - 5 of 5) 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) {
ieee802_11_eht.c 47 int he_oper_chwidth, const u8 *he_phy_cap,
55 switch (he_oper_chwidth) {
71 if (he_oper_chwidth != -1)
125 hapd->iconf->he_oper_chwidth,
180 hapd->iconf->he_oper_chwidth,
335 hapd->iconf->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;
ctrl_iface_ap.c 955 "he_oper_chwidth=%d\n"
958 iface->conf->he_oper_chwidth,
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3867 } else if (os_strcmp(buf, "he_oper_chwidth") == 0) {
3868 conf->he_oper_chwidth = atoi(pos);

Completed in 61 milliseconds