Searched defs:protection_type (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dpreauth_test.c138 int protection_type,
137 wpa_supplicant_mlme_setprotection(void *wpa_s, const u8 *addr, int protection_type, int key_type) argument
H A Dibss_rsn.c181 int protection_type, int key_type)
183 wpa_printf(MSG_DEBUG, "SUPP: %s(addr=" MACSTR " protection_type=%d "
185 __func__, MAC2STR(addr), protection_type, key_type);
180 supp_mlme_setprotection(void *ctx, const u8 *addr, int protection_type, int key_type) argument
H A Dwpas_glue.c475 int protection_type,
478 return wpa_drv_mlme_setprotection(wpa_s, addr, protection_type,
474 wpa_supplicant_mlme_setprotection(void *wpa_s, const u8 *addr, int protection_type, int key_type) argument
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dtest_wpa.c151 int protection_type, int key_type)
153 wpa_printf(MSG_DEBUG, "SUPP: %s(addr=" MACSTR " protection_type=%d "
155 __func__, MAC2STR(addr), protection_type, key_type);
150 supp_mlme_setprotection(void *ctx, const u8 *addr, int protection_type, int key_type) argument

Completed in 72 milliseconds