Searched defs:wpa_sm_key_request (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.h131 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise);
252 static inline void wpa_sm_key_request(struct wpa_sm *sm, int error, function
H A Dwpa.c76 * wpa_sm_key_request - Send EAPOL-Key Request
85 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) function
541 wpa_sm_key_request(sm, 0, 1);
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.h131 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise);
252 static inline void wpa_sm_key_request(struct wpa_sm *sm, int error, function
H A Dwpa.c76 * wpa_sm_key_request - Send EAPOL-Key Request
85 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) function
541 wpa_sm_key_request(sm, 0, 1);
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.h131 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise);
252 static inline void wpa_sm_key_request(struct wpa_sm *sm, int error, function
H A Dwpa.c76 * wpa_sm_key_request - Send EAPOL-Key Request
85 void wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) function
541 wpa_sm_key_request(sm, 0, 1);

Completed in 105 milliseconds