Searched refs:chwidth (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/wpa/src/ap/ |
| HD | drv_callbacks.c | 781 int channel, chwidth, is_dfs; in hostapd_event_ch_switch() local 811 chwidth = CHANWIDTH_80MHZ; in hostapd_event_ch_switch() 814 chwidth = CHANWIDTH_80P80MHZ; in hostapd_event_ch_switch() 817 chwidth = CHANWIDTH_160MHZ; in hostapd_event_ch_switch() 823 chwidth = CHANWIDTH_USE_HT; in hostapd_event_ch_switch() 856 hostapd_set_oper_chwidth(hapd->iconf, chwidth); in hostapd_event_ch_switch()
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/ |
| HD | wpa_supplicant.c | 2154 int chwidth, seg0, seg1; in ibss_mesh_setup_freq() local 2363 chwidth = CHANWIDTH_80MHZ; in ibss_mesh_setup_freq() 2386 chwidth = CHANWIDTH_80P80MHZ; in ibss_mesh_setup_freq() 2392 if (chwidth == CHANWIDTH_80P80MHZ) in ibss_mesh_setup_freq() 2397 chwidth = CHANWIDTH_160MHZ; in ibss_mesh_setup_freq() 2401 chwidth = CHANWIDTH_160MHZ; in ibss_mesh_setup_freq() 2406 chwidth = CHANWIDTH_USE_HT; in ibss_mesh_setup_freq() 2418 chwidth, seg0, seg1, vht_caps, in ibss_mesh_setup_freq()
|
| HD | ctrl_iface.c | 5589 static int parse_freq(int chwidth, int freq2) in parse_freq() argument 5596 switch (chwidth) { in parse_freq() 5607 chwidth); in parse_freq() 5629 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5700 chwidth = atoi(pos2 + 18); in p2p_ctrl_connect() 5702 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 6303 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6348 chwidth = atoi(pos + 18); in p2p_ctrl_invite_persistent() 6350 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() 6428 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local [all …]
|