Searched refs:cam_idx (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 1643 int update_sta_support_rate(struct adapter *padapter, u8 *pvar_ie, uint var_ie_len, int cam_idx) in update_sta_support_rate() argument 1654 if (ie_len > sizeof(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates)) in update_sta_support_rate() 1657 memcpy(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates, pIE->data, ie_len); in update_sta_support_rate() 1661 if (pIE && (ie_len <= sizeof(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates) - supportRateNum)) in update_sta_support_rate() 1662 memcpy((pmlmeinfo->FW_sta_info[cam_idx].SupportedRates + supportRateNum), pIE->data, ie_len); in update_sta_support_rate()
|
D | rtw_mlme_ext.c | 570 int cam_idx; in OnBeacon() local 654 cam_idx = allocate_fw_sta_entry(padapter); in OnBeacon() 655 if (cam_idx == NUM_STA) in OnBeacon() 659 …DR_A3_LEN + _BEACON_IE_OFFSET_), (len - WLAN_HDR_A3_LEN - _BEACON_IE_OFFSET_), cam_idx) == _FAIL) { in OnBeacon() 660 pmlmeinfo->FW_sta_info[cam_idx].status = 0; in OnBeacon() 668 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 4650 void report_add_sta_event(struct adapter *padapter, unsigned char *MacAddr, int cam_idx) in report_add_sta_event() argument 4687 padd_sta_evt->cam_id = cam_idx; in report_add_sta_event()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_mlme_ext.h | 461 uint var_ie_len, int cam_idx); 483 int cam_idx);
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 549 int update_sta_support_rate(struct adapter *padapter, u8 *pvar_ie, uint var_ie_len, int cam_idx); 574 void report_add_sta_event(struct adapter *padapter, unsigned char *MacAddr, int cam_idx);
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_wlan_util.c | 1512 int update_sta_support_rate(struct adapter *padapter, u8 *pvar_ie, uint var_ie_len, int cam_idx) in update_sta_support_rate() argument 1524 memcpy(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates, pIE->data, ie_len); in update_sta_support_rate() 1529 memcpy((pmlmeinfo->FW_sta_info[cam_idx].SupportedRates + supportRateNum), pIE->data, ie_len); in update_sta_support_rate()
|
D | rtw_mlme_ext.c | 625 int cam_idx; in OnBeacon() local 689 cam_idx = allocate_fw_sta_entry(padapter); in OnBeacon() 690 if (cam_idx == NUM_STA) in OnBeacon() 694 …DR_A3_LEN + _BEACON_IE_OFFSET_), (len - WLAN_HDR_A3_LEN - _BEACON_IE_OFFSET_), cam_idx) == _FAIL) { in OnBeacon() 695 pmlmeinfo->FW_sta_info[cam_idx].status = 0; in OnBeacon() 703 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 6829 void report_add_sta_event(struct adapter *padapter, unsigned char *MacAddr, int cam_idx) in report_add_sta_event() argument 6866 padd_sta_evt->cam_id = cam_idx; in report_add_sta_event()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | core.c | 2260 struct rtw89_sta *rtwsta, u8 tid, u8 *cam_idx) in rtw89_core_acquire_sta_ba_entry() argument 2299 *cam_idx = idx; in rtw89_core_acquire_sta_ba_entry() 2305 struct rtw89_sta *rtwsta, u8 tid, u8 *cam_idx) in rtw89_core_release_sta_ba_entry() argument 2321 *cam_idx = idx; in rtw89_core_release_sta_ba_entry()
|
D | core.h | 4281 struct rtw89_sta *rtwsta, u8 tid, u8 *cam_idx); 4283 struct rtw89_sta *rtwsta, u8 tid, u8 *cam_idx);
|