Home
last modified time | relevance | path

Searched refs:wpa_cipher (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_hostap.c1172 wpa_cipher(const uint8_t *sel, uint8_t *keylen, uint8_t *cipher) in wpa_cipher() function
1272 error = wpa_cipher(frm, &rsn->rsn_mcastkeylen, &rsn->rsn_mcastcipher); in ieee80211_parse_wpa()
1296 error = wpa_cipher(frm, &rsn->rsn_ucastkeylen, &cipher); in ieee80211_parse_wpa()
/f-stack/tools/ifconfig/
H A Difieee80211.c3022 wpa_cipher(const u_int8_t *sel) in wpa_cipher() function
3076 printf(" mc:%s", wpa_cipher(ie)); in printwpaie()
3084 printf("%s%s", sep, wpa_cipher(ie)); in printwpaie()