Home
last modified time | relevance | path

Searched refs:SecType (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DAssocAp_srv_rom.c322 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()
H A Dauthenticator_api.c287 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()
H A Dauthenticator.h240 SecurityMode_t SecType; member
H A DkeyMgmtAp.c154 if (pBssConfig->SecType.wpa || pBssConfig->SecType.wpa2) { in keyApi_ApUpdateKeyMaterial()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_def.h227 u8 SecType:2; member
H A Dr8192E_dev.c1235 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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_core.c1484 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()
H A Dr8192U.h203 u8 SecType:2; member