Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn-sta.c437 struct iwl_rem_sta_cmd rm_sta_cmd; in iwl_send_remove_station() local
443 .data = { &rm_sta_cmd, }, in iwl_send_remove_station()
446 memset(&rm_sta_cmd, 0, sizeof(rm_sta_cmd)); in iwl_send_remove_station()
447 rm_sta_cmd.num_sta = 1; in iwl_send_remove_station()
448 memcpy(&rm_sta_cmd.addr, addr, ETH_ALEN); in iwl_send_remove_station()
/linux-3.4.99/drivers/net/wireless/iwlegacy/
Dcommon.c2054 struct il_rem_sta_cmd rm_sta_cmd; in il_send_remove_station() local
2060 .data = &rm_sta_cmd, in il_send_remove_station()
2063 memset(&rm_sta_cmd, 0, sizeof(rm_sta_cmd)); in il_send_remove_station()
2064 rm_sta_cmd.num_sta = 1; in il_send_remove_station()
2065 memcpy(&rm_sta_cmd.addr, addr, ETH_ALEN); in il_send_remove_station()