Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ioctl.h308 uint8_t im_op; /* operation to perform */ member
H A Dieee80211_ioctl.c1632 mlme.im_op == IEEE80211_MLME_ASSOC) in ieee80211_ioctl_setmlme()
1637 mlme.im_op == IEEE80211_MLME_ASSOC) in ieee80211_ioctl_setmlme()
1641 return setmlme_common(vap, mlme.im_op, in ieee80211_ioctl_setmlme()
/f-stack/tools/ifconfig/
H A Difieee80211.c1350 mlme.im_op = IEEE80211_MLME_DEAUTH; in DECL_CMD_FUNC()