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/hidl/1.4/
Dhidl.h56 u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len);
178 u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) {} in wpas_hidl_notify_assoc_reject() argument
Dhidl.cpp305 const u8 *bssid, u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) in wpas_hidl_notify_assoc_reject() argument
318 hidl_manager->notifyAssocReject(wpa_s, bssid, timed_out, assoc_resp_ie, assoc_resp_ie_len); in wpas_hidl_notify_assoc_reject()
Dhidl_manager.cpp1029 const u8 *bssid, u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) in notifyAssocReject() argument
1062 if (reject_bss && assoc_resp_ie && assoc_resp_ie_len > 0) { in notifyAssocReject()
1068 assoc_resp_ie_len, in notifyAssocReject()
1087 assoc_resp_ie_len, in notifyAssocReject()
Dhidl_manager.h110 u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len);
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.h32 const u8 *assoc_resp_ie, size_t assoc_resp_ie_len);
Dnotify.c153 const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) in wpas_notify_assoc_status_code() argument
160 wpas_hidl_notify_assoc_reject(wpa_s, bssid, timed_out, assoc_resp_ie, assoc_resp_ie_len); in wpas_notify_assoc_status_code()