Searched refs:assoc_resp_ie_len (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/aidl/ |
D | aidl.h | 60 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
|
D | aidl.cpp | 332 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()
|
D | aidl_manager.cpp | 1080 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()
|
D | aidl_manager.h | 82 u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.h | 34 const u8 *assoc_resp_ie, size_t assoc_resp_ie_len);
|
D | notify.c | 178 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()
|