| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | sta.h | 11 * 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 D | commands.h | 137 * @ADD_STA: 140 ADD_STA = 0x18, enumerator
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sta.c | 237 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 D | sta.h | 63 * 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 D | mld-mac80211.c | 524 .add_sta = iwl_mvm_mld_add_sta, in iwl_mvm_mld_mac_sta_state()
|
| H A D | scan.c | 1096 /* 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 D | ops.c | 507 HCMD_NAME(ADD_STA),
|
| H A D | mvm.h | 1505 iwl_fw_lookup_cmd_ver(fw, ADD_STA, 0) >= 12; in iwl_mvm_has_new_station_api()
|
| H A D | mac80211.c | 3673 .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 D | driver_hostap.h | 159 } add_sta; member
|
| H A D | driver_hostap.c | 654 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 D | if_iwm_sta.h | 87 * keeps the fw's station table up to date with the ADD_STA command. Stations
|
| H A D | if_iwmreg.h | 6158 * 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 D | wpa_auth.h | 374 struct wpa_state_machine * (*add_sta)(void *ctx, const u8 *sta_addr); member
|
| H A D | wpa_auth_glue.c | 1638 .add_sta = hostapd_wpa_auth_add_sta, in hostapd_setup_wpa()
|
| H A D | wpa_auth_ft.c | 679 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 D | if_iwxreg.h | 7215 * 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 D | if_iwnreg.h | 1836 * @IWN_UCODE_TLV_FLAGS_STA_KEY_CMD: new ADD_STA and ADD_STA_KEY command API
|