Home
last modified time | relevance | path

Searched refs:wpa_auth_uses_ocv (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/src/ap/
Dieee802_11_shared.c80 if (sta && wpa_auth_uses_ocv(sta->wpa_sm)) { in ieee802_11_send_sa_query_req()
175 if (wpa_auth_uses_ocv(sta->wpa_sm)) { in ieee802_11_send_sa_query_resp()
277 if (sta && wpa_auth_uses_ocv(sta->wpa_sm)) { in ieee802_11_sa_query_action()
Dwnm_ap.c112 wpa_auth_uses_ocv(sta->wpa_sm)) { in ieee802_11_send_wnmsleep_resp()
338 sta && wpa_auth_uses_ocv(sta->wpa_sm)) { in ieee802_11_rx_wnmsleep_req()
Dwpa_auth.h461 int wpa_auth_uses_ocv(struct wpa_state_machine *sm);
Dwpa_auth.c3441 if (wpa_auth_uses_ocv(sm)) {
3871 if (wpa_auth_uses_ocv(sm)) {
3892 if (wpa_auth_uses_ocv(sm) == 2 && res == OCI_NOT_FOUND) {
4137 if (wpa_auth_uses_ocv(sm))
4150 if (!wpa_auth_uses_ocv(sm))
5445 if (wpa_auth_uses_ocv(sm)) {
Dwpa_auth_ie.c1406 int wpa_auth_uses_ocv(struct wpa_state_machine *sm) in wpa_auth_uses_ocv() function
Dwpa_auth_ft.c2707 if (wpa_auth_uses_ocv(sm)) { in wpa_sm_write_assoc_resp_ies()
3692 if (wpa_auth_uses_ocv(sm)) { in wpa_ft_validate_reassoc()
3712 if (wpa_auth_uses_ocv(sm) == 2 && res == OCI_NOT_FOUND) { in wpa_ft_validate_reassoc()
Ddrv_callbacks.c1336 if (wpa_auth_uses_ocv(sta->wpa_sm) && in hostapd_event_ch_switch()
Dieee802_11.c4354 if (wpa_auth_uses_ocv(sta->wpa_sm) && in __check_assoc_ies()
4377 if (wpa_auth_uses_ocv(sta->wpa_sm) == 2 && in __check_assoc_ies()
/hostap-latest/wpa_supplicant/
Dmesh_mpm.c1317 wpa_auth_uses_ocv(sta->wpa_sm)) { in mesh_mpm_action_rx()