HomeSort by relevance Sort by last modified time
    Searched refs:WPA_CIPHER_NONE (Results 1 - 19 of 19) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/proto/
wpa.h 111 #define WPA_CIPHER_NONE 0
118 #define IS_WPA_CIPHER(cipher) ((cipher) == WPA_CIPHER_NONE || \
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 27 #define WPA_CIPHER_NONE BIT(0)
wpa_common.c 196 return WPA_CIPHER_NONE;
  /external/wpa_supplicant/
config_ssid.h 22 #define WPA_CIPHER_NONE BIT(0)
config.c 614 val |= WPA_CIPHER_NONE;
687 if (cipher & WPA_CIPHER_NONE) {
709 if (val & ~(WPA_CIPHER_CCMP | WPA_CIPHER_TKIP | WPA_CIPHER_NONE)) {
    [all...]
wpa.c 236 case WPA_CIPHER_NONE:
280 return WPA_CIPHER_NONE;
311 return WPA_CIPHER_NONE;
690 } else if (pairwise_cipher == WPA_CIPHER_NONE) {
767 } else if (pairwise_cipher == WPA_CIPHER_NONE) {
    [all...]
wpa_supplicant.c 667 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
668 wpa_s->group_cipher = WPA_CIPHER_NONE;
    [all...]
config_file.c 117 !(ssid->pairwise_cipher & WPA_CIPHER_NONE)) {
config_winreg.c 276 !(ssid->pairwise_cipher & WPA_CIPHER_NONE)) {
ctrl_iface.c 431 if (cipher & WPA_CIPHER_NONE) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.c 28 return WPA_CIPHER_NONE;
220 } else if (pairwise_cipher == WPA_CIPHER_NONE) {
298 } else if (pairwise_cipher == WPA_CIPHER_NONE) {
wpa.c 39 case WPA_CIPHER_NONE:
525 case WPA_CIPHER_NONE:
642 if (sm->pairwise_cipher == WPA_CIPHER_NONE) {
668 if (tx && sm->pairwise_cipher != WPA_CIPHER_NONE) {
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 117 pWpaCore->WpaSupplParams.pair_wise = WPA_CIPHER_NONE;
118 pWpaCore->WpaSupplParams.group = WPA_CIPHER_NONE;
255 pWpaCore->WpaSupplParams.pair_wise = WPA_CIPHER_NONE;
658 if (pWpaCore->WpaSupplParams.pair_wise == WPA_CIPHER_NONE)
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 117 pWpaCore->WpaSupplParams.pair_wise = WPA_CIPHER_NONE;
118 pWpaCore->WpaSupplParams.group = WPA_CIPHER_NONE;
255 pWpaCore->WpaSupplParams.pair_wise = WPA_CIPHER_NONE;
658 if (pWpaCore->WpaSupplParams.pair_wise == WPA_CIPHER_NONE)
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 316 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
317 wpa_s->group_cipher = WPA_CIPHER_NONE;
638 case WPA_CIPHER_NONE:
843 } else if (sel & WPA_CIPHER_NONE) {
844 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
    [all...]
config.c 693 val |= WPA_CIPHER_NONE;
767 if (cipher & WPA_CIPHER_NONE) {
790 if (val & ~(WPA_CIPHER_CCMP | WPA_CIPHER_TKIP | WPA_CIPHER_NONE)) {
    [all...]
config_file.c 120 !(ssid->pairwise_cipher & WPA_CIPHER_NONE)) {
config_winreg.c 342 !(ssid->pairwise_cipher & WPA_CIPHER_NONE)) {
ctrl_iface.c 587 if (cipher & WPA_CIPHER_NONE) {
    [all...]

Completed in 414 milliseconds