Searched refs:IEEE80211_C_CKIP (Results 1 – 4 of 4) sorted by relevance
266 #define IEEE80211_C_CKIP 0x00000020 /* CAPABILITY: CKIP available */ macro
867 case IEEE80211_C_CKIP: return IEEE80211_CIPHER_CKIP; in cap2cipher()2033 case IEEE80211_CIPHER_CKIP: return IEEE80211_C_CKIP; in cipher2cap()
162 if (ic->ic_caps & IEEE80211_C_CKIP) in ieee80211_node_lateattach()
532 ic->ic_caps |= IEEE80211_C_CKIP; in ath_attach()