Searched refs:SecType (Results 1 – 8 of 8) sorted by relevance
322 pBssConfig->SecType.wpa, pBssConfig->SecType.wpa2); in assocSrvAp_CheckSecurity()323 if ((pBssConfig->SecType.wpa == 1) || (pBssConfig->SecType.wpa2 == 1)) { in assocSrvAp_CheckSecurity()338 &pBssConfig->SecType, pRsn, pWpa, in assocSrvAp_CheckSecurity()343 } else if (pBssConfig->SecType.wepStatic == 1) { in assocSrvAp_CheckSecurity()347 } else if (pBssConfig->SecType.wapi) { in assocSrvAp_CheckSecurity()
287 memcpy(util_fns, &pBssConfig->SecType, &bss_config->protocol, in AuthenticatorGetBssConfig()288 sizeof(pBssConfig->SecType)); in AuthenticatorGetBssConfig()413 (pBssConfig->SecType.wpa || pBssConfig->SecType.wpa2 || in AuthenticatorBssConfig()414 pBssConfig->SecType.wpaNone)) { in AuthenticatorBssConfig()424 if (pBssConfig->SecType.wpa) { in AuthenticatorBssConfig()455 if (pBssConfig->SecType.wpa2) { in AuthenticatorBssConfig()670 initMicErrorParams(pApInfo->bssConfig.SecType.wpa, in AuthenticatorSendEapolPacket()
240 SecurityMode_t SecType; member
154 if (pBssConfig->SecType.wpa || pBssConfig->SecType.wpa2) { in keyApi_ApUpdateKeyMaterial()
227 u8 SecType:2; member
1235 pdesc->SecType = 0x0; in rtl92e_fill_tx_desc()1246 pdesc->SecType = 0x1; in rtl92e_fill_tx_desc()1250 pdesc->SecType = 0x2; in rtl92e_fill_tx_desc()1254 pdesc->SecType = 0x3; in rtl92e_fill_tx_desc()1258 pdesc->SecType = 0x0; in rtl92e_fill_tx_desc()
1484 tx_desc->SecType = 0x0; in rtl8192_tx()1489 tx_desc->SecType = 0x1; in rtl8192_tx()1493 tx_desc->SecType = 0x2; in rtl8192_tx()1497 tx_desc->SecType = 0x3; in rtl8192_tx()1501 tx_desc->SecType = 0x0; in rtl8192_tx()
203 u8 SecType:2; member