Searched refs:passoc_req (Results 1 – 3 of 3) sorted by relevance
1530 u8 *passoc_req = NULL; in rtw_stassoc_event_callback() local1542 if (psta->passoc_req && psta->assoc_req_len > 0) { in rtw_stassoc_event_callback()1543 passoc_req = rtw_zmalloc(psta->assoc_req_len); in rtw_stassoc_event_callback()1544 if (passoc_req) { in rtw_stassoc_event_callback()1546 memcpy(passoc_req, psta->passoc_req, assoc_req_len); in rtw_stassoc_event_callback()1548 kfree(psta->passoc_req); in rtw_stassoc_event_callback()1549 psta->passoc_req = NULL; in rtw_stassoc_event_callback()1555 if (passoc_req && assoc_req_len > 0) { in rtw_stassoc_event_callback()1556 rtw_cfg80211_indicate_sta_assoc(adapter, passoc_req, assoc_req_len); in rtw_stassoc_event_callback()1558 kfree(passoc_req); in rtw_stassoc_event_callback()
1610 if (pstat->passoc_req) { in OnAssocReq()1611 kfree(pstat->passoc_req); in OnAssocReq()1612 pstat->passoc_req = NULL; in OnAssocReq()1616 pstat->passoc_req = rtw_zmalloc(pkt_len); in OnAssocReq()1617 if (pstat->passoc_req) { in OnAssocReq()1618 memcpy(pstat->passoc_req, pframe, pkt_len); in OnAssocReq()
195 u8 *passoc_req; member