Home
last modified time | relevance | path

Searched refs:IEEE80211_MLME_DEAUTH (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_ioctl.h311 #define IEEE80211_MLME_DEAUTH 3 /* deauthenticate station */ macro
H A Dieee80211_ioctl.c1356 if (mop->op == IEEE80211_MLME_DEAUTH) { in domlme()
1408 case IEEE80211_MLME_DEAUTH: in setmlme_common()
1423 if (op != IEEE80211_MLME_DEAUTH) { in setmlme_common()
/f-stack/tools/ifconfig/
H A Difieee80211.c1350 mlme.im_op = IEEE80211_MLME_DEAUTH; in DECL_CMD_FUNC()