Searched refs:NL80211_CMD_AUTHENTICATE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 57 NL80211_CMD_AUTHENTICATE, enumerator 161 #define NL80211_CMD_AUTHENTICATE NL80211_CMD_AUTHENTICATE macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 450 * NL80211_CMD_AUTHENTICATE, NL80211_CMD_ASSOCIATE, 546 * @NL80211_CMD_AUTHENTICATE: authentication request and notification. 572 * NL80211_CMD_AUTHENTICATE but for Association and Reassociation 580 * NL80211_CMD_AUTHENTICATE but for Deauthentication frames (similar to 584 * NL80211_CMD_AUTHENTICATE but for Disassociation frames (similar to 1238 NL80211_CMD_AUTHENTICATE, enumerator 1424 #define NL80211_CMD_AUTHENTICATE NL80211_CMD_AUTHENTICATE macro 1600 * and body, but not FCS; used, e.g., with NL80211_CMD_AUTHENTICATE and 1629 * is used, e.g., with %NL80211_CMD_AUTHENTICATE even [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 496 * NL80211_CMD_AUTHENTICATE, NL80211_CMD_ASSOCIATE, 592 * @NL80211_CMD_AUTHENTICATE: authentication request and notification. 618 * NL80211_CMD_AUTHENTICATE but for Association and Reassociation 626 * NL80211_CMD_AUTHENTICATE but for Deauthentication frames (similar to 630 * NL80211_CMD_AUTHENTICATE but for Disassociation frames (similar to 1375 NL80211_CMD_AUTHENTICATE, enumerator 1586 #define NL80211_CMD_AUTHENTICATE NL80211_CMD_AUTHENTICATE macro 1762 * and body, but not FCS; used, e.g., with NL80211_CMD_AUTHENTICATE and 1791 * is used, e.g., with %NL80211_CMD_AUTHENTICATE even [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 74 NL80211_CMD_AUTHENTICATE, enumerator 186 #define NL80211_CMD_AUTHENTICATE NL80211_CMD_AUTHENTICATE macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 74 NL80211_CMD_AUTHENTICATE, enumerator 186 #define NL80211_CMD_AUTHENTICATE NL80211_CMD_AUTHENTICATE macro
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 5103 case NL80211_CMD_AUTHENTICATE: in nl80211_valid_auth_type() 9589 if (!nl80211_valid_auth_type(rdev, auth_type, NL80211_CMD_AUTHENTICATE)) in nl80211_authenticate() 14978 .cmd = NL80211_CMD_AUTHENTICATE, 15947 NL80211_CMD_AUTHENTICATE, gfp, -1, NULL, 0); in nl80211_send_rx_auth() 16045 nl80211_send_mlme_timeout(rdev, netdev, NL80211_CMD_AUTHENTICATE, in nl80211_send_auth_timeout()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 5835 case NL80211_CMD_AUTHENTICATE: in nl80211_valid_auth_type() 10738 if (!nl80211_valid_auth_type(rdev, auth_type, NL80211_CMD_AUTHENTICATE)) in nl80211_authenticate() 16961 .cmd = NL80211_CMD_AUTHENTICATE, 17936 NL80211_CMD_AUTHENTICATE, gfp, -1, NULL, 0, in nl80211_send_rx_auth() 18037 nl80211_send_mlme_timeout(rdev, netdev, NL80211_CMD_AUTHENTICATE, in nl80211_send_auth_timeout()
|
Completed in 67 milliseconds