HomeSort by: relevance | last modified time | path
    Searched refs:vht_oper_chwidth (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 1119 enum oper_chan_width vht_oper_chwidth; member in struct:hostapd_config
1252 return conf->vht_oper_chwidth;
1269 conf->vht_oper_chwidth = oper_chwidth;
ctrl_iface_ap.c 979 "vht_oper_chwidth=%d\n"
983 iface->conf->vht_oper_chwidth,
  /src/external/bsd/wpa/dist/wpa_supplicant/
ap.c 132 * conf->vht_oper_chwidth might not be set for non-P2P GO cases,
138 conf->vht_oper_chwidth,
150 conf->vht_oper_chwidth,
179 conf->vht_oper_chwidth,
p2p_supplicant.c 9815 conf->vht_oper_chwidth,
9844 switch (conf->vht_oper_chwidth) {
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3706 } else if (os_strcmp(buf, "vht_oper_chwidth") == 0) {
3707 conf->vht_oper_chwidth = atoi(pos);

Completed in 99 milliseconds