Searched refs:IEEE80211_FEXT_WPS (Results 1 – 3 of 3) sorted by relevance
668 #define IEEE80211_FEXT_WPS 0x00000010 /* CONF: WPS enabled */ macro
1091 ireq->i_val = (vap->iv_flags_ext & IEEE80211_FEXT_WPS) != 0; in ieee80211_ioctl_get80211()3344 vap->iv_flags_ext |= IEEE80211_FEXT_WPS; in ieee80211_ioctl_set80211()3346 vap->iv_flags_ext &= ~IEEE80211_FEXT_WPS; in ieee80211_ioctl_set80211()
1547 if (vap->iv_flags_ext & IEEE80211_FEXT_WPS) { in wpa_assocreq()