Searched refs:cam_idx (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_wlan_util.c | 1592 int update_sta_support_rate(struct adapter *padapter, u8 *pvar_ie, uint var_ie_len, int cam_idx) in update_sta_support_rate() argument 1603 if (ie_len > sizeof(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates)) in update_sta_support_rate() 1606 memcpy(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates, pIE->data, ie_len); in update_sta_support_rate() 1610 if (pIE && (ie_len <= sizeof(pmlmeinfo->FW_sta_info[cam_idx].SupportedRates) - supportRateNum)) in update_sta_support_rate() 1611 memcpy((pmlmeinfo->FW_sta_info[cam_idx].SupportedRates + supportRateNum), pIE->data, ie_len); in update_sta_support_rate()
|
| H A D | rtw_mlme_ext.c | 559 int cam_idx; in OnBeacon() local 645 cam_idx = allocate_fw_sta_entry(padapter); in OnBeacon() 646 if (cam_idx == NUM_STA) in OnBeacon() 650 …DR_A3_LEN + _BEACON_IE_OFFSET_), (len - WLAN_HDR_A3_LEN - _BEACON_IE_OFFSET_), cam_idx) == _FAIL) { in OnBeacon() 651 pmlmeinfo->FW_sta_info[cam_idx].status = 0; in OnBeacon() 659 report_add_sta_event(padapter, GetAddr2Ptr(pframe), cam_idx); in OnBeacon() 4613 void report_add_sta_event(struct adapter *padapter, unsigned char *MacAddr, int cam_idx) in report_add_sta_event() argument 4650 padd_sta_evt->cam_id = cam_idx; in report_add_sta_event()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_mlme_ext.h | 506 int update_sta_support_rate(struct adapter *padapter, u8 *pvar_ie, uint var_ie_len, int cam_idx); 530 void report_add_sta_event(struct adapter *padapter, unsigned char *MacAddr, int cam_idx);
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | core.c | 4739 u8 *cam_idx) in rtw89_core_acquire_sta_ba_entry() argument 4778 *cam_idx = idx; in rtw89_core_acquire_sta_ba_entry() 4785 u8 *cam_idx) in rtw89_core_release_sta_ba_entry() argument 4801 *cam_idx = idx; in rtw89_core_release_sta_ba_entry()
|
| H A D | core.h | 7774 u8 *cam_idx); 7777 u8 *cam_idx);
|