Home
last modified time | relevance | path

Searched refs:networktype (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/rtl8712/
Drtl871x_ioctl_set.c242 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) in r8712_set_802_11_infrastructure_mode() argument
250 if (*pold_state != networktype) { in r8712_set_802_11_infrastructure_mode()
266 *pold_state = networktype; in r8712_set_802_11_infrastructure_mode()
272 switch (networktype) { in r8712_set_802_11_infrastructure_mode()
Drtl871x_ioctl_set.h51 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype);
Drtl871x_cmd.h748 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype);
Drtl871x_cmd.c639 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) in r8712_setopmode_cmd() argument
655 psetop->mode = (u8)networktype; in r8712_setopmode_cmd()
/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c337 enum ndis_802_11_network_infra networktype) in rtw_set_802_11_infrastructure_mode() argument
346 *pold_state, networktype, get_fwstate(pmlmepriv))); in rtw_set_802_11_infrastructure_mode()
348 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()
376 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()
380 switch (networktype) { in rtw_set_802_11_infrastructure_mode()
Drtw_cmd.c567 u8 rtw_setopmode_cmd(struct adapter *padapter, enum ndis_802_11_network_infra networktype) in rtw_setopmode_cmd() argument
590 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
/drivers/staging/rtl8188eu/include/
Drtw_cmd.h350 enum ndis_802_11_network_infra networktype);