Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_ioctl_set.c238 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) in r8712_set_802_11_infrastructure_mode() argument
246 if (*pold_state != networktype) { in r8712_set_802_11_infrastructure_mode()
263 *pold_state = networktype; in r8712_set_802_11_infrastructure_mode()
269 switch (networktype) { in r8712_set_802_11_infrastructure_mode()
Drtl871x_ioctl_set.h51 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype);
Drtl871x_cmd.h733 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype);
Drtl871x_cmd.c606 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) in r8712_setopmode_cmd() argument
622 psetop->mode = (u8)networktype; in r8712_setopmode_cmd()
/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c324 enum ndis_802_11_network_infra networktype) in rtw_set_802_11_infrastructure_mode() argument
333 *pold_state, networktype, get_fwstate(pmlmepriv))); in rtw_set_802_11_infrastructure_mode()
335 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()
363 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()
367 switch (networktype) { in rtw_set_802_11_infrastructure_mode()
Drtw_cmd.c546 u8 rtw_setopmode_cmd(struct adapter *padapter, enum ndis_802_11_network_infra networktype) in rtw_setopmode_cmd() argument
562 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
/drivers/staging/rtl8188eu/include/
Drtw_cmd.h315 enum ndis_802_11_network_infra networktype);