Searched refs:rsn_cipher (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dieee80211.c102 static const char * rsn_cipher(const u_int8_t *);
1039 rsn_cipher(const u_int8_t *sel) function
1095 printf(" mc:%s", rsn_cipher(ie));
1103 printf("%s%s", sep, rsn_cipher(ie));
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_input.c1558 rsn_cipher(u_int8_t *sel, u_int8_t *keylen) function
1648 w = rsn_cipher(frm, &rsn->rsn_mcastkeylen);
1670 w |= 1<<rsn_cipher(frm, &rsn->rsn_ucastkeylen);

Completed in 76 milliseconds