Searched refs:issue_probereq (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 592 void issue_probereq(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da);
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2547 inline void issue_probereq(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da) in issue_probereq() function 3848 issue_probereq(padapter, &(pmlmeext->sitesurvey_res.ssid[i]), NULL); in site_survey() 3851 issue_probereq(padapter, &(pmlmeext->sitesurvey_res.ssid[i]), NULL); in site_survey() 3858 issue_probereq(padapter, NULL, NULL); in site_survey() 3861 issue_probereq(padapter, NULL, NULL); in site_survey()
|