Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c66 struct iwl_add_sta_resp *add_sta_resp = (void *)pkt->data; in iwl_process_add_sta_resp() local
72 switch (add_sta_resp->status) { in iwl_process_add_sta_resp()
88 add_sta_resp->status); in iwl_process_add_sta_resp()
114 struct iwl_add_sta_resp *add_sta_resp; in iwl_send_add_sta() local
130 add_sta_resp = (void *)pkt->data; in iwl_send_add_sta()
133 if (add_sta_resp->status == ADD_STA_SUCCESS_MSK) { in iwl_send_add_sta()