Home
last modified time | relevance | path

Searched refs:rm_sta_cmd (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/iwm/
H A Dif_iwm_sta.c252 struct iwm_rm_sta_cmd rm_sta_cmd = { in iwm_rm_sta_common() local
258 sizeof(rm_sta_cmd), &rm_sta_cmd); in iwm_rm_sta_common()
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c101 struct iwl_remove_sta_cmd rm_sta_cmd = { in iwl_mvm_mld_rm_sta_from_fw() local
113 0, sizeof(rm_sta_cmd), &rm_sta_cmd); in iwl_mvm_mld_rm_sta_from_fw()
H A Dsta.c1965 struct iwl_mvm_rm_sta_cmd rm_sta_cmd = { in iwl_mvm_rm_sta_common() local
1980 sizeof(rm_sta_cmd), &rm_sta_cmd); in iwl_mvm_rm_sta_common()
/src/sys/dev/iwx/
H A Dif_iwx.c6264 struct iwx_rm_sta_cmd rm_sta_cmd; in iwx_rm_sta_cmd() local
6270 memset(&rm_sta_cmd, 0, sizeof(rm_sta_cmd)); in iwx_rm_sta_cmd()
6272 rm_sta_cmd.sta_id = IWX_MONITOR_STA_ID; in iwx_rm_sta_cmd()
6274 rm_sta_cmd.sta_id = IWX_STATION_ID; in iwx_rm_sta_cmd()
6276 err = iwx_send_cmd_pdu(sc, IWX_REMOVE_STA, 0, sizeof(rm_sta_cmd), in iwx_rm_sta_cmd()
6277 &rm_sta_cmd); in iwx_rm_sta_cmd()