Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c273 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()
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()
963 hostapd_set_oper_centr_freq_seg1_idx(hapd->iconf, seg1_idx); in hostapd_event_ch_switch()
Dwpa_auth.h321 int *bandwidth, int *seg1_idx);
527 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
Dieee802_11.h193 int ap_seg1_idx, int *bandwidth, int *seg1_idx);
Dwpa_auth_glue.c992 int *bandwidth, int *seg1_idx) in hostapd_get_sta_tx_params() argument
1005 seg1_idx); in hostapd_get_sta_tx_params()
Dwnm_ap.c331 ci.seg1_idx) != OCI_SUCCESS) { in ieee802_11_rx_wnmsleep_req()
Dhostapd.c3617 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()
Dwpa_auth.c2909 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()
Dwpa_auth_ft.c3527 ci.seg1_idx, &tx_chanwidth, in wpa_ft_validate_reassoc()
Dieee802_11.c4721 ci.seg1_idx, &tx_chanwidth, in check_assoc_ies()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c1290 ci.seg1_idx, &tx_chanwidth, in mesh_mpm_action_rx()
Dwnm_sta.c386 ci.seg1_idx) != OCI_SUCCESS) { in ieee802_11_rx_wnmsleep_resp()
Dsme.c2916 ci.seg1_idx) != OCI_SUCCESS) { in sme_sa_query_rx()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c1221 ci.seg1_idx) != OCI_SUCCESS) { in wpa_ft_validate_reassoc_resp()
Dwpa.c1736 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/
Ddriver.h2334 u8 seg1_idx; member
Ddriver_nl80211.c1734 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()