Home
last modified time | relevance | path

Searched refs:seg1 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_he.c226 u8 seg1 = hostapd_get_oper_centr_freq_seg1_idx(hapd->iconf); in hostapd_eid_he_operation() local
234 &oper_chwidth, &seg0, &seg1); in hostapd_eid_he_operation()
255 if (seg1) in hostapd_eid_he_operation()
272 seg1 = seg0; in hostapd_eid_he_operation()
280 *pos++ = seg1; in hostapd_eid_he_operation()
H A Dieee802_11_vht.c82 u8 seg1 = hapd->iconf->vht_oper_centr_freq_seg1_idx; in hostapd_eid_vht_operation() local
100 &oper_chwidth, &seg0, &seg1); in hostapd_eid_vht_operation()
110 oper->vht_op_info_chan_center_freq_seg1_idx = seg1; in hostapd_eid_vht_operation()
H A Dieee802_11_eht.c205 u8 *pos = eid, seg0 = 0, seg1 = 0; in hostapd_eid_eht_operation() local
253 seg1 = seg0; in hostapd_eid_eht_operation()
261 seg1 = seg0; in hostapd_eid_eht_operation()
279 oper->oper_info.ccfs1 = seg1; in hostapd_eid_eht_operation()
H A Ddfs.c43 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() argument
47 *seg1 = 0; in dfs_get_used_n_chans()
64 *seg1 = 4; in dfs_get_used_n_chans()
H A Dhostapd.c4250 u8 seg0 = 0, seg1 = 0; in hostapd_change_config_freq() local
4333 &seg1) == NUM_HOSTAPD_MODES) in hostapd_change_config_freq()
4336 hostapd_set_oper_centr_freq_seg1_idx(conf, seg1); in hostapd_change_config_freq()
/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.h39 enum oper_chan_width *width, u8 *seg0, u8 *seg1);
H A Dhw_features_common.c436 u8 *seg0, u8 *seg1) in punct_update_legacy_bw() argument
445 *seg1 = 0; in punct_update_legacy_bw()
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c719 u8 seg0, seg1; in wpas_get_op_chan_phy() local
742 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx; in wpas_get_op_chan_phy()
743 if (seg1 && abs(seg1 - seg0) == 8) in wpas_get_op_chan_phy()
745 else if (seg1) in wpas_get_op_chan_phy()
H A Dscan.c2988 u8 seg1 = ie[4]; in wpas_get_est_tpt() local
2993 (cw == 3 && (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt()
2996 ((seg1 > 0 && abs(seg1 - seg0) == 8) || in wpas_get_est_tpt()
2997 (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt()
H A Dwpa_supplicant.c3067 int chwidth, seg0, seg1; in ibss_mesh_select_80_160mhz() local
3078 seg1 = 0; in ibss_mesh_select_80_160mhz()
3105 seg1 = 0; in ibss_mesh_select_80_160mhz()
3152 seg1 = channel + 6; in ibss_mesh_select_80_160mhz()
3177 chwidth, seg0, seg1, vht_caps, in ibss_mesh_select_80_160mhz()