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

  /src/sbin/ifconfig/
ieee80211.c 99 static const char * wpa_cipher(const u_int8_t *);
989 wpa_cipher(const u_int8_t *sel) function in typeref:typename:const char *
1043 printf(" mc:%s", wpa_cipher(ie));
1051 printf("%s%s", sep, wpa_cipher(ie));
  /src/sys/net80211/
ieee80211_input.c 1575 wpa_cipher(u_int8_t *sel, u_int8_t *keylen) function in typeref:typename:int
1668 w = wpa_cipher(frm, &rsn->rsn_mcastkeylen);
1690 w |= 1 << wpa_cipher(frm, &rsn->rsn_ucastkeylen);

Completed in 14 milliseconds