Home
last modified time | relevance | path

Searched refs:seg0 (Results 1 - 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_he.c214 u8 seg0 = hostapd_get_oper_centr_freq_seg0_idx(hapd->iconf); in hostapd_eid_he_operation() local
217 if (!seg0) in hostapd_eid_he_operation()
218 seg0 = hapd->iconf->channel; in hostapd_eid_he_operation()
232 *pos++ = center_idx_to_bw_6ghz(seg0); in hostapd_eid_he_operation()
240 seg1 = seg0; in hostapd_eid_he_operation()
241 if (hapd->iconf->channel < seg0) in hostapd_eid_he_operation()
242 seg0 -= 8; in hostapd_eid_he_operation()
244 seg0 += 8; in hostapd_eid_he_operation()
247 *pos++ = seg0; in hostapd_eid_he_operation()
H A Dhostapd.c1689 int bw, seg0; in hostapd_set_6ghz_sec_chan() local
1694 seg0 = hostapd_get_oper_centr_freq_seg0_idx(iface->conf); in hostapd_set_6ghz_sec_chan()
1695 bw = center_idx_to_bw_6ghz(seg0); in hostapd_set_6ghz_sec_chan()
3504 u8 seg0, seg1; in hostapd_change_config_freq() local
3572 &seg0); in hostapd_change_config_freq()
3575 hostapd_set_oper_centr_freq_seg0_idx(conf, seg0); in hostapd_change_config_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Drrm.c695 u8 seg0, seg1; in wpas_get_op_chan_phy() local
717 seg0 = vht_oper->vht_op_info_chan_center_freq_seg0_idx; in wpas_get_op_chan_phy()
719 if (seg1 && abs(seg1 - seg0) == 8) in wpas_get_op_chan_phy()
H A Dwpa_supplicant.c2181 int chwidth, seg0, seg1; in ibss_mesh_setup_freq() local
2391 seg0 = vht80[j] + 6; in ibss_mesh_setup_freq()
2426 seg0 = 50; in ibss_mesh_setup_freq()
2430 seg0 = 114; in ibss_mesh_setup_freq()
2434 seg0 = vht80[j] + 2; in ibss_mesh_setup_freq()
2437 seg0 = 0; in ibss_mesh_setup_freq()
2445 chwidth, seg0, seg1, vht_caps, in ibss_mesh_setup_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drrm.c717 u8 seg0, seg1; in wpas_get_op_chan_phy() local
739 seg0 = vht_oper->vht_op_info_chan_center_freq_seg0_idx; in wpas_get_op_chan_phy()
741 if (seg1 && abs(seg1 - seg0) == 8) in wpas_get_op_chan_phy()
H A Dscan.c2669 u8 seg0 = ie[3]; in wpas_get_est_tpt() local
2676 (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt()
2679 ((seg1 > 0 && abs(seg1 - seg0) == 8) || in wpas_get_est_tpt()
2680 (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt()
H A Dwpa_supplicant.c2598 int chwidth, seg0, seg1; local
2825 seg0 = channel + 6;
2841 seg0 = channel + 14;
2885 seg0 = 50;
2889 seg0 = 114;
2893 seg0 = channel + 2;
2896 seg0 = 0;
2911 chwidth, seg0, seg1, vht_caps,
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Daflatin.c1540 AF_SegmentRec seg0; in FT_LOCAL_DEF() local
1548 FT_ZERO( &seg0 ); in FT_LOCAL_DEF()
1549 seg0.score = 32000; in FT_LOCAL_DEF()
1550 seg0.flags = AF_EDGE_NORMAL; in FT_LOCAL_DEF()
1878 segment[0] = seg0; in FT_LOCAL_DEF()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.c3283 u8 seg0, seg1; in hostapd_change_config_freq() local
3335 &seg0); in hostapd_change_config_freq()
3338 hostapd_set_oper_centr_freq_seg0_idx(conf, seg0); in hostapd_change_config_freq()

Completed in 35 milliseconds