Searched refs:allowedCiphers (Results 1 – 1 of 1) sorted by relevance
35 AssocSrvAp_checkCipherSupport(Cipher_t cipher, Cipher_t allowedCiphers) in AssocSrvAp_checkCipherSupport() argument39 if (cipher.ccmp && (allowedCiphers.ccmp)) { in AssocSrvAp_checkCipherSupport()41 } else if (cipher.tkip && (allowedCiphers.tkip)) { in AssocSrvAp_checkCipherSupport()43 } else if (cipher.wep40 && (allowedCiphers.wep40)) { in AssocSrvAp_checkCipherSupport()45 } else if (cipher.wep104 && (allowedCiphers.wep104)) { in AssocSrvAp_checkCipherSupport()