Searched refs:ADD_STA (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dsta.c189 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, sizeof(add_sta_cmd), iwl_mvm_sta_send_to_fw()
196 IWL_DEBUG_ASSOC(mvm, "ADD_STA PASSED\n"); iwl_mvm_sta_send_to_fw()
200 IWL_ERR(mvm, "ADD_STA failed\n"); iwl_mvm_sta_send_to_fw()
364 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, sizeof(cmd), iwl_mvm_drain_sta()
629 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, sizeof(cmd), iwl_mvm_add_int_sta_common()
825 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, sizeof(cmd), iwl_mvm_sta_rx_agg()
883 ret = iwl_mvm_send_cmd_pdu_status(mvm, ADD_STA, sizeof(cmd), iwl_mvm_sta_tx_agg()
1630 ret = iwl_mvm_send_cmd_pdu(mvm, ADD_STA, CMD_ASYNC, sizeof(cmd), &cmd); iwl_mvm_sta_modify_ps_wake()
1632 IWL_ERR(mvm, "Failed to send ADD_STA command (%d)\n", ret); iwl_mvm_sta_modify_ps_wake()
1712 ret = iwl_mvm_send_cmd_pdu(mvm, ADD_STA, CMD_ASYNC, sizeof(cmd), &cmd); iwl_mvm_sta_modify_sleep_tx_count()
1714 IWL_ERR(mvm, "Failed to send ADD_STA command (%d)\n", ret); iwl_mvm_sta_modify_sleep_tx_count()
1747 ret = iwl_mvm_send_cmd_pdu(mvm, ADD_STA, CMD_ASYNC, sizeof(cmd), &cmd); iwl_mvm_sta_modify_disable_tx()
1749 IWL_ERR(mvm, "Failed to send ADD_STA command (%d)\n", ret); iwl_mvm_sta_modify_disable_tx()
H A Dfw-api-sta.h69 * enum iwl_sta_flags - flags for the ADD_STA host command
136 * enum iwl_sta_key_flag - key flags for the ADD_STA host command
290 * ADD_STA sets up the table entry for one station, either creating a new
340 * enum iwl_mvm_add_sta_rsp_status - status in the response to ADD_STA command
H A Dsta.h87 * keeps the fw's station table up to date with the ADD_STA command. Stations
H A Dops.c296 CMD(ADD_STA),
H A Dfw-api.h122 ADD_STA = 0x18, enumerator in enum:__anon8490
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1142 * -- OR when a station is associated, PE sends 'ADD_STA' message

Completed in 215 milliseconds