/hostap-3.7.0/src/common/ |
D | ocv.c | 70 *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()
|
D | ocv.h | 18 u8 seg1_idx; member
|
/hostap-3.7.0/tests/hwsim/ |
D | test_ocv.py | 23 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/ |
D | ieee802_11_shared.c | 279 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()
|
D | drv_callbacks.c | 868 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()
|
D | wpa_auth.h | 319 int *bandwidth, int *seg1_idx); 525 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
|
D | ieee802_11.h | 193 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
|
D | wpa_auth_glue.c | 990 int *bandwidth, int *seg1_idx) in hostapd_get_sta_tx_params() argument 1003 seg1_idx); in hostapd_get_sta_tx_params()
|
D | wnm_ap.c | 331 ci.seg1_idx) != OCI_SUCCESS) { in ieee802_11_rx_wnmsleep_req()
|
D | hostapd.c | 3660 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()
|
D | wpa_auth.c | 2914 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()
|
D | wpa_auth_ft.c | 3527 ci.seg1_idx, &tx_chanwidth, in wpa_ft_validate_reassoc()
|
D | ieee802_11.c | 4865 ci.seg1_idx, &tx_chanwidth, in check_assoc_ies()
|
/hostap-3.7.0/wpa_supplicant/ |
D | mesh_mpm.c | 1299 ci.seg1_idx, &tx_chanwidth, in mesh_mpm_action_rx()
|
D | wnm_sta.c | 390 ci.seg1_idx) != OCI_SUCCESS) { in ieee802_11_rx_wnmsleep_resp()
|
D | sme.c | 2943 ci.seg1_idx) != OCI_SUCCESS) { in sme_sa_query_rx()
|
/hostap-3.7.0/src/rsn_supp/ |
D | wpa_ft.c | 1203 ci.seg1_idx) != OCI_SUCCESS) { in wpa_ft_validate_reassoc_resp()
|
D | wpa.c | 1739 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/ |
D | driver.h | 2358 u8 seg1_idx; member
|
D | driver_nl80211.c | 1752 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()
|