Searched refs:wpa_cipher (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/common/
H A Ddefs.h93 * enum wpa_cipher - Cipher suites
95 enum wpa_cipher { enum
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/drivers/
H A Ddriver_ndiswrapper.c54 enum wpa_cipher pairwise_suite;
55 enum wpa_cipher group_suite;
H A Ddriver.h342 enum wpa_cipher pairwise_suite;
349 enum wpa_cipher group_suite;
H A Ddriver_atmel.c341 static int convertSuiteToDriver(enum wpa_cipher suite)
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpa_supplicant_i.h501 enum wpa_cipher cipher_suite2driver(int cipher);
H A Dwpa_supplicant.c691 enum wpa_cipher cipher_suite2driver(int cipher)
995 enum wpa_cipher cipher_pairwise, cipher_group;
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dieee80211.c99 static const char * wpa_cipher(const u_int8_t *);
955 wpa_cipher(const u_int8_t *sel) function
1009 printf(" mc:%s", wpa_cipher(ie));
1017 printf("%s%s", sep, wpa_cipher(ie));
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_input.c1393 wpa_cipher(u_int8_t *sel, u_int8_t *keylen) function
1482 w = wpa_cipher(frm, &rsn->rsn_mcastkeylen);
1504 w |= 1<<wpa_cipher(frm, &rsn->rsn_ucastkeylen);

Completed in 89 milliseconds