Home
last modified time | relevance | path

Searched refs:assoc_resp_ie_len (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/aidl/
Daidl.h60 u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len);
209 u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) {} in wpas_aidl_notify_assoc_reject() argument
Daidl.cpp332 const u8 *bssid, u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) in wpas_aidl_notify_assoc_reject() argument
345 aidl_manager->notifyAssocReject(wpa_s, bssid, timed_out, assoc_resp_ie, assoc_resp_ie_len); in wpas_aidl_notify_assoc_reject()
Daidl_manager.cpp1080 const u8 *bssid, u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) in notifyAssocReject() argument
1111 if (reject_bss && assoc_resp_ie && assoc_resp_ie_len > 0) { in notifyAssocReject()
1117 assoc_resp_ie_len, in notifyAssocReject()
1136 assoc_resp_ie_len, in notifyAssocReject()
Daidl_manager.h82 u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len);
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.h34 const u8 *assoc_resp_ie, size_t assoc_resp_ie_len);
Dnotify.c178 const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) in wpas_notify_assoc_status_code() argument
185 wpas_aidl_notify_assoc_reject(wpa_s, bssid, timed_out, assoc_resp_ie, assoc_resp_ie_len); in wpas_notify_assoc_status_code()