Searched refs:rm_sta_cmd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm_sta.c | 252 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()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-sta.c | 75 struct iwl_remove_sta_cmd rm_sta_cmd = { in iwl_mvm_mld_rm_sta_from_fw() local 87 0, sizeof(rm_sta_cmd), &rm_sta_cmd); in iwl_mvm_mld_rm_sta_from_fw()
|
| H A D | sta.c | 1964 struct iwl_mvm_rm_sta_cmd rm_sta_cmd = { in iwl_mvm_rm_sta_common() local 1979 sizeof(rm_sta_cmd), &rm_sta_cmd); in iwl_mvm_rm_sta_common()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 6317 struct iwx_rm_sta_cmd rm_sta_cmd; in iwx_rm_sta_cmd() local 6323 memset(&rm_sta_cmd, 0, sizeof(rm_sta_cmd)); in iwx_rm_sta_cmd() 6325 rm_sta_cmd.sta_id = IWX_MONITOR_STA_ID; in iwx_rm_sta_cmd() 6327 rm_sta_cmd.sta_id = IWX_STATION_ID; in iwx_rm_sta_cmd() 6329 err = iwx_send_cmd_pdu(sc, IWX_REMOVE_STA, 0, sizeof(rm_sta_cmd), in iwx_rm_sta_cmd() 6330 &rm_sta_cmd); in iwx_rm_sta_cmd()
|