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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c403 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) function
433 return atheros_set_sta_authorized(priv, addr, 1);
435 return atheros_set_sta_authorized(priv, addr, 0);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c403 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) function
433 return atheros_set_sta_authorized(priv, addr, 1);
435 return atheros_set_sta_authorized(priv, addr, 0);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c403 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized) function
433 return atheros_set_sta_authorized(priv, addr, 1);
435 return atheros_set_sta_authorized(priv, addr, 0);

Completed in 288 milliseconds