Searched refs:auth_msg (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c49 u8 *auth_msg; /* IEEE 802.11 authentication frame from station */ member in struct:hostapd_acl_query_data
151 os_free(query->auth_msg);
317 query->auth_msg = os_malloc(len);
318 if (query->auth_msg == NULL) {
324 os_memcpy(query->auth_msg, msg, len);
577 ieee802_11_mgmt(hapd, query->auth_msg, query->auth_msg_len, NULL);
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c49 u8 *auth_msg; /* IEEE 802.11 authentication frame from station */ member in struct:hostapd_acl_query_data
151 os_free(query->auth_msg);
317 query->auth_msg = os_malloc(len);
318 if (query->auth_msg == NULL) {
324 os_memcpy(query->auth_msg, msg, len);
577 ieee802_11_mgmt(hapd, query->auth_msg, query->auth_msg_len, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c49 u8 *auth_msg; /* IEEE 802.11 authentication frame from station */ member in struct:hostapd_acl_query_data
151 os_free(query->auth_msg);
317 query->auth_msg = os_malloc(len);
318 if (query->auth_msg == NULL) {
324 os_memcpy(query->auth_msg, msg, len);
577 ieee802_11_mgmt(hapd, query->auth_msg, query->auth_msg_len, NULL);

Completed in 1255 milliseconds