Home | History | Annotate | Download | only in drivers

Lines Matching refs:authorized

361 madwifi_set_sta_authorized(void *priv, const u8 *addr, int authorized)
367 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
368 __func__, ether_sprintf(addr), authorized);
370 if (authorized)
379 __func__, authorized ? "" : "un", MAC2STR(addr));
389 /* For now, only support setting Authorized flag */