Home | History | Annotate | Download | only in drivers

Lines Matching refs:authorized

407 atheros_set_sta_authorized(void *priv, const u8 *addr, int authorized)
413 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
414 __func__, ether_sprintf(addr), authorized);
416 if (authorized)
425 __func__, authorized ? "" : "un", MAC2STR(addr));
435 /* For now, only support setting Authorized flag */