HomeSort by: relevance | last modified time | path
    Searched defs:rsn_cipher (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ifconfig/
ieee80211.c 102 static const char * rsn_cipher(const u_int8_t *);
1073 rsn_cipher(const u_int8_t *sel) function in typeref:typename:const char *
1129 printf(" mc:%s", rsn_cipher(ie));
1137 printf("%s%s", sep, rsn_cipher(ie));
  /src/sys/net80211/
ieee80211_input.c 1744 rsn_cipher(u_int8_t *sel, u_int8_t *keylen) function in typeref:typename:int
1836 w = rsn_cipher(frm, &rsn->rsn_mcastkeylen);
1858 w |= 1 << rsn_cipher(frm, &rsn->rsn_ucastkeylen);

Completed in 15 milliseconds