Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.h113 void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr);
191 static inline void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr() function
Dwpa.c2301 void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) in wpa_sm_set_own_addr() function
/external/wpa_supplicant_8/wpa_supplicant/
Dpreauth_test.c260 wpa_sm_set_own_addr(wpa_s->wpa, wpa_s->own_addr); in wpa_init_conf()
Dibss_rsn.c227 wpa_sm_set_own_addr(peer->supp, own_addr); in ibss_rsn_supp_init()
Dwpa_supplicant.c2714 wpa_sm_set_own_addr(wpa_s->wpa, wpa_s->own_addr); in wpa_supplicant_driver_init()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c188 wpa_sm_set_own_addr(wpa->supp, wpa->supp_addr); in supp_init()