Searched refs:chwidth (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 850 int channel, chwidth, is_dfs; in hostapd_event_ch_switch() local 880 chwidth = CHANWIDTH_80MHZ; in hostapd_event_ch_switch() 883 chwidth = CHANWIDTH_80P80MHZ; in hostapd_event_ch_switch() 886 chwidth = CHANWIDTH_160MHZ; in hostapd_event_ch_switch() 892 chwidth = CHANWIDTH_USE_HT; in hostapd_event_ch_switch() 925 hostapd_set_oper_chwidth(hapd->iconf, chwidth); in hostapd_event_ch_switch()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 5868 static int parse_freq(int chwidth, int freq2) in parse_freq() argument 5875 switch (chwidth) { in parse_freq() 5886 chwidth); in parse_freq() 5908 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5981 chwidth = atoi(pos2 + 18); in p2p_ctrl_connect() 5983 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 6584 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6631 chwidth = atoi(pos + 18); in p2p_ctrl_invite_persistent() 6633 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() 6713 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local [all …]
|
D | wpa_supplicant.c | 2346 int chwidth, seg0, seg1; in ibss_mesh_setup_freq() local 2568 chwidth = CHANWIDTH_80MHZ; in ibss_mesh_setup_freq() 2591 chwidth = CHANWIDTH_80P80MHZ; in ibss_mesh_setup_freq() 2597 if (chwidth == CHANWIDTH_80P80MHZ) in ibss_mesh_setup_freq() 2602 chwidth = CHANWIDTH_160MHZ; in ibss_mesh_setup_freq() 2606 chwidth = CHANWIDTH_160MHZ; in ibss_mesh_setup_freq() 2611 chwidth = CHANWIDTH_USE_HT; in ibss_mesh_setup_freq() 2630 chwidth, seg0, seg1, vht_caps, in ibss_mesh_setup_freq()
|