Home | History | Annotate | Download | only in drivers

Lines Matching refs:authorized

355 madwifi_set_sta_authorized(void *priv, const u8 *addr, int authorized)
361 wpa_printf(MSG_DEBUG, "%s: addr=%s authorized=%d",
362 __func__, ether_sprintf(addr), authorized);
364 if (authorized)
373 __func__, authorized ? "" : "un", MAC2STR(addr));
383 /* For now, only support setting Authorized flag */