Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c51 struct iwl_add_sta_resp *add_sta_resp = (void *)pkt->data; in iwl_process_add_sta_resp() local
57 switch (add_sta_resp->status) { in iwl_process_add_sta_resp()
73 add_sta_resp->status); in iwl_process_add_sta_resp()
99 struct iwl_add_sta_resp *add_sta_resp; in iwl_send_add_sta() local
115 add_sta_resp = (void *)pkt->data; in iwl_send_add_sta()
118 if (add_sta_resp->status == ADD_STA_SUCCESS_MSK) { in iwl_send_add_sta()