/external/wpa_supplicant_8/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
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_shared.c | 273 ci.seg1_idx, &tx_chanwidth, in ieee802_11_sa_query_action() 1033 int ap_seg1_idx, int *bandwidth, int *seg1_idx) in get_tx_parameters() argument 1090 *seg1_idx = 0; in get_tx_parameters() 1092 *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() 963 hostapd_set_oper_centr_freq_seg1_idx(hapd->iconf, seg1_idx); in hostapd_event_ch_switch()
|
D | wpa_auth.h | 321 int *bandwidth, int *seg1_idx); 527 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 | 992 int *bandwidth, int *seg1_idx) in hostapd_get_sta_tx_params() argument 1005 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 | 3617 int seg0_idx = 0, seg1_idx = 0, bw = CHANWIDTH_USE_HT; in hostapd_switch_channel_fallback() local 3624 seg1_idx = 36 + (freq_params->center_freq2 - 5180) / 5; in hostapd_switch_channel_fallback() 3651 hostapd_set_oper_centr_freq_seg1_idx(iface->conf, seg1_idx); in hostapd_switch_channel_fallback()
|
D | wpa_auth.c | 2909 int ap_seg1_idx, int *bandwidth, int *seg1_idx) in get_sta_tx_parameters() argument 2917 bandwidth, seg1_idx); in get_sta_tx_parameters() 3099 ci.seg1_idx, &tx_chanwidth, in SM_STATE() 3971 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 | 4721 ci.seg1_idx, &tx_chanwidth, in check_assoc_ies()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 1290 ci.seg1_idx, &tx_chanwidth, in mesh_mpm_action_rx()
|
D | wnm_sta.c | 386 ci.seg1_idx) != OCI_SUCCESS) { in ieee802_11_rx_wnmsleep_resp()
|
D | sme.c | 2916 ci.seg1_idx) != OCI_SUCCESS) { in sme_sa_query_rx()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 1221 ci.seg1_idx) != OCI_SUCCESS) { in wpa_ft_validate_reassoc_resp()
|
D | wpa.c | 1736 ci.seg1_idx) != OCI_SUCCESS) { in wpa_supplicant_process_3_of_4() 1898 ci.seg1_idx) != OCI_SUCCESS) { in wpa_supplicant_process_1_of_2_rsn() 4891 ci.seg1_idx) != OCI_SUCCESS) { in fils_process_assoc_resp()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2334 u8 seg1_idx; member
|
D | driver_nl80211.c | 1734 u8 seg1_idx = 0; in get_channel_info() local 1736 if (ieee80211_freq_to_chan(chan_info->center_frq2, &seg1_idx) != in get_channel_info() 1738 chan_info->seg1_idx = seg1_idx; in get_channel_info()
|