Searched refs:NL80211_CMD_CONNECT (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 66 NL80211_CMD_CONNECT, enumerator 450 #define NL80211_CMD_CONNECT NL80211_CMD_CONNECT macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 186 * preshared key authentication in station mode. In %NL80211_CMD_CONNECT 188 * supporting this offload may reject the %NL80211_CMD_CONNECT when no 195 * use the offload the %NL80211_CMD_CONNECT should have 197 * offload may reject the %NL80211_CMD_CONNECT when the attribute flag is 221 * parameters should be given to driver in %NL80211_CMD_CONNECT and/or in 260 * %NL80211_CMD_CONNECT and %NL80211_CMD_START_AP for station and AP mode 610 * @NL80211_CMD_CONNECT: connection request and notification; this command 1095 * User space uses the %NL80211_CMD_CONNECT command to the host driver to 1252 NL80211_CMD_CONNECT, enumerator 1634 * %NL80211_CMD_CONNECT request 3038 #define NL80211_CMD_CONNECT global() macro [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 186 * preshared key authentication in station mode. In %NL80211_CMD_CONNECT 188 * supporting this offload may reject the %NL80211_CMD_CONNECT when no 195 * use the offload the %NL80211_CMD_CONNECT should have 197 * offload may reject the %NL80211_CMD_CONNECT when the attribute flag is 221 * parameters should be given to driver in %NL80211_CMD_CONNECT and/or in 260 * %NL80211_CMD_CONNECT and %NL80211_CMD_START_AP for station and AP mode 656 * @NL80211_CMD_CONNECT: connection request and notification; this command 1160 * User space uses the %NL80211_CMD_CONNECT command to the host driver to 1174 * in %NL80211_CMD_CONNECT to know whether the user space supports enabling 1389 NL80211_CMD_CONNECT, enumerator 3375 #define NL80211_CMD_CONNECT global() macro [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 83 NL80211_CMD_CONNECT, enumerator 504 #define NL80211_CMD_CONNECT NL80211_CMD_CONNECT macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 83 NL80211_CMD_CONNECT, enumerator 504 #define NL80211_CMD_CONNECT NL80211_CMD_CONNECT macro
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 1916 if (nla_put_u32(msg, i, NL80211_CMD_CONNECT)) in nl80211_add_commands_unsplit() 5114 case NL80211_CMD_CONNECT: in nl80211_valid_auth_type() 10500 NL80211_CMD_CONNECT)) in nl80211_connect() 10781 NL80211_CMD_CONNECT)) in nl80211_update_connect_params() 15039 .cmd = NL80211_CMD_CONNECT, 16071 hdr = nl80211hdr_put(msg, 0, 0, 0, NL80211_CMD_CONNECT); in nl80211_send_connect_result()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 2118 if (nla_put_u32(msg, i, NL80211_CMD_CONNECT)) in nl80211_add_commands_unsplit() 5846 case NL80211_CMD_CONNECT: in nl80211_valid_auth_type() 11829 NL80211_CMD_CONNECT)) in nl80211_connect() 12119 NL80211_CMD_CONNECT)) in nl80211_update_connect_params() 17015 .cmd = NL80211_CMD_CONNECT, 18083 hdr = nl80211hdr_put(msg, 0, 0, 0, NL80211_CMD_CONNECT); in nl80211_send_connect_result()
|
Completed in 79 milliseconds