Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c46 struct iwl_add_sta_resp *add_sta_resp = (void *)pkt->data; in iwl_process_add_sta_resp() local
52 switch (add_sta_resp->status) { in iwl_process_add_sta_resp()
68 add_sta_resp->status); in iwl_process_add_sta_resp()
94 struct iwl_add_sta_resp *add_sta_resp; in iwl_send_add_sta() local
110 add_sta_resp = (void *)pkt->data; in iwl_send_add_sta()
113 if (add_sta_resp->status == ADD_STA_SUCCESS_MSK) { in iwl_send_add_sta()

Completed in 5 milliseconds