Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_node.h135 #define IEEE80211_NODE_WPS 0x000100 /* WPS association */ macro
H A Dieee80211_hostap.c1545 ni->ni_flags &= ~(IEEE80211_NODE_WPS|IEEE80211_NODE_TSN); in wpa_assocreq()
1553 ni->ni_flags |= IEEE80211_NODE_WPS; in wpa_assocreq()
/f-stack/tools/ifconfig/
H A Difieee80211.c115 #define IEEE80211_NODE_WPS 0x000100 /* WPS association */ macro
2668 if (flags & IEEE80211_NODE_WPS) in getflags()