Home
last modified time | relevance | path

Searched refs:WPA_ASSERT (Results 1 – 24 of 24) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_i.h181 WPA_ASSERT(sm->ctx->set_state); in wpa_sm_set_state()
187 WPA_ASSERT(sm->ctx->get_state); in wpa_sm_get_state()
193 WPA_ASSERT(sm->ctx->deauthenticate); in wpa_sm_deauthenticate()
202 WPA_ASSERT(sm->ctx->set_key); in wpa_sm_set_key()
209 WPA_ASSERT(sm->ctx->get_network_ctx); in wpa_sm_get_network_ctx()
215 WPA_ASSERT(sm->ctx->get_bssid); in wpa_sm_get_bssid()
222 WPA_ASSERT(sm->ctx->ether_send); in wpa_sm_ether_send()
228 WPA_ASSERT(sm->ctx->get_beacon_ie); in wpa_sm_get_beacon_ie()
234 WPA_ASSERT(sm->ctx->cancel_auth_timeout); in wpa_sm_cancel_auth_timeout()
242 WPA_ASSERT(sm->ctx->alloc_eapol); in wpa_sm_alloc_eapol()
[all …]
Dwpa_ie.c102 WPA_ASSERT((size_t) (pos - wpa_ie) <= wpa_ie_len); in wpa_gen_wpa_ie_wpa()
257 WPA_ASSERT((size_t) (pos - rsn_ie) <= rsn_ie_len); in wpa_gen_wpa_ie_rsn()
314 WPA_ASSERT((size_t) (pos - wpa_ie) <= wpa_ie_len); in wpa_gen_wpa_ie_osen()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h227 WPA_ASSERT(sm->ctx->set_state); in wpa_sm_set_state()
233 WPA_ASSERT(sm->ctx->get_state); in wpa_sm_get_state()
239 WPA_ASSERT(sm->ctx->deauthenticate); in wpa_sm_deauthenticate()
249 WPA_ASSERT(sm->ctx->set_key); in wpa_sm_set_key()
256 WPA_ASSERT(sm->ctx->reconnect); in wpa_sm_reconnect()
262 WPA_ASSERT(sm->ctx->get_network_ctx); in wpa_sm_get_network_ctx()
268 WPA_ASSERT(sm->ctx->get_bssid); in wpa_sm_get_bssid()
275 WPA_ASSERT(sm->ctx->ether_send); in wpa_sm_ether_send()
281 WPA_ASSERT(sm->ctx->get_beacon_ie); in wpa_sm_get_beacon_ie()
287 WPA_ASSERT(sm->ctx->cancel_auth_timeout); in wpa_sm_cancel_auth_timeout()
[all …]
Dwpa_ie.c102 WPA_ASSERT((size_t) (pos - wpa_ie) <= wpa_ie_len); in wpa_gen_wpa_ie_wpa()
260 WPA_ASSERT((size_t) (pos - rsn_ie) <= rsn_ie_len); in wpa_gen_wpa_ie_rsn()
317 WPA_ASSERT((size_t) (pos - wpa_ie) <= wpa_ie_len); in wpa_gen_wpa_ie_osen()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst.c47 WPA_ASSERT(ifname != NULL); in fst_attach()
48 WPA_ASSERT(iface_obj != NULL); in fst_attach()
49 WPA_ASSERT(cfg != NULL); in fst_attach()
228 WPA_ASSERT(0); in fst_hw_mode_to_band()
Dfst_session.c106 WPA_ASSERT(dl_list_empty(&global_sessions_list)); in fst_session_global_deinit()
281 WPA_ASSERT(payload != NULL); in fst_session_send_action()
282 WPA_ASSERT(size != 0); in fst_session_send_action()
286 WPA_ASSERT(action <= FST_ACTION_MAX_SUPPORTED); in fst_session_send_action()
339 WPA_ASSERT(s->data.old_iface != NULL); in fst_session_send_tear_down()
340 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_send_tear_down()
661 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_handle_ack_request()
724 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_handle_ack_response()
1043 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_initiate_switch()
1044 WPA_ASSERT(s->data.old_iface != NULL); in fst_session_initiate_switch()
[all …]
Dfst_group.c31 WPA_ASSERT(mbie->eid == WLAN_EID_MULTI_BAND); in fst_dump_mb_ies()
32 WPA_ASSERT(2U + mbie->len >= sizeof(*mbie)); in fst_dump_mb_ies()
487 WPA_ASSERT(dl_list_empty(&group->ifaces)); in fst_group_delete()
Dfst_ctrl_iface.c106 WPA_ASSERT(f->iface_obj.ctx); in fst_ctrl_iface_notify()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst.c47 WPA_ASSERT(ifname != NULL); in fst_attach()
48 WPA_ASSERT(iface_obj != NULL); in fst_attach()
49 WPA_ASSERT(cfg != NULL); in fst_attach()
237 WPA_ASSERT(0); in fst_hw_mode_to_band()
Dfst_session.c106 WPA_ASSERT(dl_list_empty(&global_sessions_list)); in fst_session_global_deinit()
281 WPA_ASSERT(payload != NULL); in fst_session_send_action()
282 WPA_ASSERT(size != 0); in fst_session_send_action()
286 WPA_ASSERT(action <= FST_ACTION_MAX_SUPPORTED); in fst_session_send_action()
339 WPA_ASSERT(s->data.old_iface != NULL); in fst_session_send_tear_down()
340 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_send_tear_down()
661 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_handle_ack_request()
724 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_handle_ack_response()
1043 WPA_ASSERT(s->data.new_iface != NULL); in fst_session_initiate_switch()
1044 WPA_ASSERT(s->data.old_iface != NULL); in fst_session_initiate_switch()
[all …]
Dfst_group.c31 WPA_ASSERT(mbie->eid == WLAN_EID_MULTI_BAND); in fst_dump_mb_ies()
32 WPA_ASSERT(2U + mbie->len >= sizeof(*mbie)); in fst_dump_mb_ies()
487 WPA_ASSERT(dl_list_empty(&group->ifaces)); in fst_group_delete()
Dfst_ctrl_iface.c106 WPA_ASSERT(f->iface_obj.ctx); in fst_ctrl_iface_notify()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpa_debug.h357 #define WPA_ASSERT(a) \ macro
367 #define WPA_ASSERT(a) do { } while (0) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpa_debug.h370 #define WPA_ASSERT(a) \ macro
380 #define WPA_ASSERT(a) do { } while (0) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_tls_common.c340 WPA_ASSERT(data->tls_out == NULL); in eap_server_tls_phase1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_tls_common.c341 WPA_ASSERT(data->tls_out == NULL); in eap_server_tls_phase1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_tls_common.c591 WPA_ASSERT(data->tls_out == NULL); in eap_tls_process_input()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_tls_common.c589 WPA_ASSERT(data->tls_out == NULL); in eap_tls_process_input()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.c1535 WPA_ASSERT(info != NULL); in mb_ies_by_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c1850 WPA_ASSERT(info != NULL); in mb_ies_by_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant.c4966 WPA_ASSERT(0);
5010 WPA_ASSERT(os_memcmp(wpa_s->bssid, addr, ETH_ALEN) == 0);
5021 WPA_ASSERT(os_memcmp(wpa_s->bssid, addr, ETH_ALEN) == 0);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant.c5972 WPA_ASSERT(0);
6016 WPA_ASSERT(os_memcmp(wpa_s->bssid, addr, ETH_ALEN) == 0);
6027 WPA_ASSERT(os_memcmp(wpa_s->bssid, addr, ETH_ALEN) == 0);
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c1043 WPA_ASSERT(hapd->conf->wpa_key_mgmt); in hostapd_ctrl_iface_get_key_mgmt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c1051 WPA_ASSERT(hapd->conf->wpa_key_mgmt); in hostapd_ctrl_iface_get_key_mgmt()