Home
last modified time | relevance | path

Searched refs:seg1_idx (Results 1 – 20 of 20) sorted by relevance

/hostap-3.7.0/src/common/
Docv.c70 *pos++ = ci->seg1_idx; in ocv_insert_oci()
123 oci.seg1_idx = oci_ie[2]; in ocv_verify_tx_params()
167 tx_seg1_idx != oci.seg1_idx) { in ocv_verify_tx_params()
170 tx_seg1_idx, oci.seg1_idx); in ocv_verify_tx_params()
Docv.h18 u8 seg1_idx; member
/hostap-3.7.0/tests/hwsim/
Dtest_ocv.py23 def make_ocikde(op_class, channel, seg1_idx): argument
27 data = RSN_KEY_DATA_OCI + struct.pack("<BBB", op_class, channel, seg1_idx)
407 def test_bad_oci(self, logmsg, op_class, channel, seg1_idx): argument
412 ocikde = make_ocikde(op_class, channel, seg1_idx)
420 def confirm_valid_oci(self, op_class, channel, seg1_idx): argument
422 ocikde = make_ocikde(op_class, channel, seg1_idx)
770 def test_bad_oci(self, logmsg, op_class, channel, seg1_idx, errmsg): argument
775 ocikde = make_ocikde(op_class, channel, seg1_idx)
790 def confirm_valid_oci(self, op_class, channel, seg1_idx): argument
792 ocikde = make_ocikde(op_class, channel, seg1_idx)
/hostap-3.7.0/src/ap/
Dieee802_11_shared.c279 ci.seg1_idx, &tx_chanwidth, in ieee802_11_sa_query_action()
984 int ap_seg1_idx, int *bandwidth, int *seg1_idx) in get_tx_parameters() argument
1041 *seg1_idx = 0; in get_tx_parameters()
1043 *seg1_idx = ap_seg1_idx; in get_tx_parameters()
Ddrv_callbacks.c868 u8 seg0_idx = 0, seg1_idx = 0; in hostapd_event_ch_switch() local
924 seg1_idx = (cf2 - 5925) / 5; in hostapd_event_ch_switch()
926 seg1_idx = (cf2 - 5950) / 5; in hostapd_event_ch_switch()
928 seg1_idx = (cf2 - 5000) / 5; in hostapd_event_ch_switch()
932 ieee80211_freq_to_chan(cf2, &seg1_idx); in hostapd_event_ch_switch()
969 hostapd_set_oper_centr_freq_seg1_idx(hapd->iconf, seg1_idx); in hostapd_event_ch_switch()
Dwpa_auth.h319 int *bandwidth, int *seg1_idx);
525 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
Dieee802_11.h193 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
Dwpa_auth_glue.c990 int *bandwidth, int *seg1_idx) in hostapd_get_sta_tx_params() argument
1003 seg1_idx); in hostapd_get_sta_tx_params()
Dwnm_ap.c331 ci.seg1_idx) != OCI_SUCCESS) { in ieee802_11_rx_wnmsleep_req()
Dhostapd.c3660 int seg0_idx = 0, seg1_idx = 0, bw = CHANWIDTH_USE_HT; in hostapd_switch_channel_fallback() local
3667 seg1_idx = 36 + (freq_params->center_freq2 - 5180) / 5; in hostapd_switch_channel_fallback()
3694 hostapd_set_oper_centr_freq_seg1_idx(iface->conf, seg1_idx); in hostapd_switch_channel_fallback()
Dwpa_auth.c2914 int ap_seg1_idx, int *bandwidth, int *seg1_idx) in get_sta_tx_parameters() argument
2922 bandwidth, seg1_idx); in get_sta_tx_parameters()
3104 ci.seg1_idx, &tx_chanwidth, in SM_STATE()
3980 ci.seg1_idx, &tx_chanwidth, in SM_STATE()
Dwpa_auth_ft.c3527 ci.seg1_idx, &tx_chanwidth, in wpa_ft_validate_reassoc()
Dieee802_11.c4865 ci.seg1_idx, &tx_chanwidth, in check_assoc_ies()
/hostap-3.7.0/wpa_supplicant/
Dmesh_mpm.c1299 ci.seg1_idx, &tx_chanwidth, in mesh_mpm_action_rx()
Dwnm_sta.c390 ci.seg1_idx) != OCI_SUCCESS) { in ieee802_11_rx_wnmsleep_resp()
Dsme.c2943 ci.seg1_idx) != OCI_SUCCESS) { in sme_sa_query_rx()
/hostap-3.7.0/src/rsn_supp/
Dwpa_ft.c1203 ci.seg1_idx) != OCI_SUCCESS) { in wpa_ft_validate_reassoc_resp()
Dwpa.c1739 ci.seg1_idx) != OCI_SUCCESS) { in wpa_supplicant_process_3_of_4()
1901 ci.seg1_idx) != OCI_SUCCESS) { in wpa_supplicant_process_1_of_2_rsn()
4882 ci.seg1_idx) != OCI_SUCCESS) { in fils_process_assoc_resp()
/hostap-3.7.0/src/drivers/
Ddriver.h2358 u8 seg1_idx; member
Ddriver_nl80211.c1752 u8 seg1_idx = 0; in get_channel_info() local
1754 if (ieee80211_freq_to_chan(chan_info->center_frq2, &seg1_idx) != in get_channel_info()
1756 chan_info->seg1_idx = seg1_idx; in get_channel_info()