Searched refs:NL80211_CMD_SET_STATION (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 71 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid 308 * @NL80211_CMD_SET_STATION: Set station attributes for station identified by 1118 NL80211_CMD_SET_STATION, enumerator 1971 * allowed to be used with the first @NL80211_CMD_SET_STATION command to 2010 * %NL80211_CMD_NEW_STATION or %NL80211_CMD_SET_STATION (only when
|
H A D | driver_nl80211.c | 4517 msg = nl80211_bss_msg(bss, 0, params->set ? NL80211_CMD_SET_STATION : in wpa_driver_nl80211_sta_add() 5159 if (!(msg = nl80211_bss_msg(bss, 0, NL80211_CMD_SET_STATION)) || in wpa_driver_nl80211_sta_set_flags() 5206 if (!(msg = nl80211_bss_msg(bss, 0, NL80211_CMD_SET_STATION)) || in driver_nl80211_sta_set_airtime_weight() 6143 if (!(msg = nl80211_bss_msg(bss, 0, NL80211_CMD_SET_STATION)) || in wpa_driver_nl80211_set_supp_port() 6578 if (!(msg = nl80211_bss_msg(bss, 0, NL80211_CMD_SET_STATION)) || in i802_set_sta_vlan()
|
H A D | driver_nl80211_event.c | 45 C2S(NL80211_CMD_SET_STATION) in nl80211_command_to_string()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 76 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid 276 * %NL80211_CMD_SET_STATION will optionally specify vlan_id using 376 * @NL80211_CMD_SET_STATION: Set station attributes for station identified by 1218 NL80211_CMD_SET_STATION, enumerator 2112 * allowed to be used with the first @NL80211_CMD_SET_STATION command to 2152 * %NL80211_CMD_NEW_STATION or %NL80211_CMD_SET_STATION (only when
|
H A D | driver_nl80211.c | 5321 msg = nl80211_bss_msg(bss, 0, params->set ? NL80211_CMD_SET_STATION : in wpa_driver_nl80211_sta_add() 6034 if (!(msg = nl80211_bss_msg(bss, 0, NL80211_CMD_SET_STATION)) || in wpa_driver_nl80211_sta_set_flags() 6082 if (!(msg = nl80211_bss_msg(bss, 0, NL80211_CMD_SET_STATION)) || in driver_nl80211_sta_set_airtime_weight() 7201 if (!(msg = nl80211_bss_msg(bss, 0, NL80211_CMD_SET_STATION)) || 7644 if (!(msg = nl80211_bss_msg(bss, 0, NL80211_CMD_SET_STATION)) ||
|
H A D | driver_nl80211_event.c | 58 C2S(NL80211_CMD_SET_STATION) in nl80211_command_to_string()
|
Completed in 56 milliseconds