Searched refs:rm_sta_cmd (Results 1 – 4 of 4) sorted by relevance
| /src/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()
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-sta.c | 101 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 D | sta.c | 1965 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 D | if_iwx.c | 6264 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()
|