Home | History | Annotate | Download | only in drivers

Lines Matching refs:authorized

387 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized)
393 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
394 __func__, ether_sprintf(addr), authorized);
396 if (authorized)
405 __func__, authorized ? "" : "un", MAC2STR(addr));
415 /* For now, only support setting Authorized flag */