Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_NONE (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dwpa.h105 #define WPA_CIPHER_NONE 0 macro
115 #define WAPI_CIPHER_NONE WPA_CIPHER_NONE
121 #define IS_WPA_CIPHER(cipher) ((cipher) == WPA_CIPHER_NONE || \
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
Dwpa.h105 #define WPA_CIPHER_NONE 0 macro
113 #define IS_WPA_CIPHER(cipher) ((cipher) == WPA_CIPHER_NONE || \
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dwpa_core.c117 pWpaCore->WpaSupplParams.pair_wise = WPA_CIPHER_NONE; in WpaCore_InitWpaParams()
118 pWpaCore->WpaSupplParams.group = WPA_CIPHER_NONE; in WpaCore_InitWpaParams()
255 pWpaCore->WpaSupplParams.pair_wise = WPA_CIPHER_NONE; in WpaCore_SetEncryptionPairWise()
674 if (pWpaCore->WpaSupplParams.pair_wise == WPA_CIPHER_NONE) in WpaCore_SetSsid()