Home
last modified time | relevance | path

Searched full:add_sta (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h11 * enum iwl_sta_flags - flags for the ADD_STA host command
100 * enum iwl_sta_key_flag - key flags for the ADD_STA host command
240 * ADD_STA sets up the table entry for one station, either creating a new
326 * ADD_STA sets up the table entry for one station, either creating a new
405 * enum iwl_mvm_add_sta_rsp_status - status in the response to ADD_STA command
H A Dcommands.h137 * @ADD_STA:
140 ADD_STA = 0x18, enumerator
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c237 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, in iwl_mvm_sta_send_to_fw()
245 IWL_DEBUG_ASSOC(mvm, "ADD_STA PASSED\n"); in iwl_mvm_sta_send_to_fw()
249 IWL_ERR(mvm, "ADD_STA failed\n"); in iwl_mvm_sta_send_to_fw()
349 return iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, in iwl_mvm_invalidate_sta_queue()
1112 ret = iwl_mvm_send_cmd_pdu(mvm, ADD_STA, CMD_ASYNC, in iwl_mvm_unshare_queue()
1410 * Actual en/disablement of aggregations is through the ADD_STA HCMD, in iwl_mvm_sta_alloc_queue()
1727 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, in iwl_mvm_add_int_sta_common()
1930 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, in iwl_mvm_drain_sta()
2595 * Enable cab queue after the ADD_STA command is sent. in iwl_mvm_add_mcast_sta()
2790 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, in iwl_mvm_fw_baid_op_sta()
[all …]
H A Dsta.h63 * allocated, only mark the queue as aggregated via the ADD_STA command. Note,
82 * keeps the fw's station table up to date with the ADD_STA command. Stations
591 * @add_sta: pointer to the function that adds a new sta
597 int (*add_sta)(struct iwl_mvm *mvm, struct ieee80211_vif *vif, member
H A Dmld-mac80211.c524 .add_sta = iwl_mvm_mld_add_sta, in iwl_mvm_mld_mac_sta_state()
H A Dscan.c1096 /* This function should not be called when using ADD_STA ver >=12 */ in iwl_mvm_fill_scan_config_v1()
1147 /* This function should not be called when using ADD_STA ver >=12 */ in iwl_mvm_fill_scan_config_v2()
H A Dops.c507 HCMD_NAME(ADD_STA),
H A Dmvm.h1505 iwl_fw_lookup_cmd_ver(fw, ADD_STA, 0) >= 12; in iwl_mvm_has_new_station_api()
H A Dmac80211.c3673 .add_sta = iwl_mvm_add_sta, in iwl_mvm_mac_sta_state()
3796 ret = callbacks->add_sta(mvm, vif, sta); in iwl_mvm_sta_state_notexist_to_none()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_hostap.h159 } add_sta; member
H A Ddriver_hostap.c654 param.u.add_sta.aid = params->aid; in hostap_sta_add()
655 param.u.add_sta.capability = params->capability; in hostap_sta_add()
656 param.u.add_sta.tx_supp_rates = tx_supp_rates; in hostap_sta_add()
/freebsd/sys/dev/iwm/
H A Dif_iwm_sta.h87 * keeps the fw's station table up to date with the ADD_STA command. Stations
H A Dif_iwmreg.h6158 * flags for the ADD_STA host command
6223 * key flags for the ADD_STA host command
6375 * ADD_STA sets up the table entry for one station, either creating a new
6444 * ADD_STA sets up the table entry for one station, either creating a new
6535 * status in the response to ADD_STA command
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h374 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr); member
H A Dwpa_auth_glue.c1638 .add_sta = hostapd_wpa_auth_add_sta, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c679 if (wpa_auth->cb->add_sta == NULL) in wpa_ft_add_sta()
681 return wpa_auth->cb->add_sta(wpa_auth->cb_ctx, sta_addr); in wpa_ft_add_sta()
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h7215 * flags for the ADD_STA host command
7282 * key flags for the ADD_STA host command
7444 * ADD_STA sets up the table entry for one station, either creating a new
7535 * status in the response to ADD_STA command
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h1836 * @IWN_UCODE_TLV_FLAGS_STA_KEY_CMD: new ADD_STA and ADD_STA_KEY command API