Home
last modified time | relevance | path

Searched refs:chwidth (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c482 int channel, chwidth, is_dfs; in hostapd_event_ch_switch() local
503 chwidth = VHT_CHANWIDTH_80MHZ; in hostapd_event_ch_switch()
506 chwidth = VHT_CHANWIDTH_80P80MHZ; in hostapd_event_ch_switch()
509 chwidth = VHT_CHANWIDTH_160MHZ; in hostapd_event_ch_switch()
515 chwidth = VHT_CHANWIDTH_USE_HT; in hostapd_event_ch_switch()
537 hapd->iconf->vht_oper_chwidth = chwidth; in hostapd_event_ch_switch()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1908 int chwidth, seg0, seg1; in ibss_mesh_setup_freq() local
2108 chwidth = VHT_CHANWIDTH_80MHZ; in ibss_mesh_setup_freq()
2131 chwidth = VHT_CHANWIDTH_80P80MHZ; in ibss_mesh_setup_freq()
2137 if (chwidth == VHT_CHANWIDTH_80P80MHZ) in ibss_mesh_setup_freq()
2142 chwidth = VHT_CHANWIDTH_160MHZ; in ibss_mesh_setup_freq()
2146 chwidth = VHT_CHANWIDTH_160MHZ; in ibss_mesh_setup_freq()
2156 chwidth, seg0, seg1, vht_caps) != 0) in ibss_mesh_setup_freq()
Dctrl_iface.c5227 static int parse_freq(int chwidth, int freq2) in parse_freq() argument
5234 switch (chwidth) { in parse_freq()
5245 chwidth); in parse_freq()
5267 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local
5336 chwidth = atoi(pos2 + 18); in p2p_ctrl_connect()
5338 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect()
5939 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local
5983 chwidth = atoi(pos + 18); in p2p_ctrl_invite_persistent()
5985 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent()
6061 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local
[all …]