Searched refs:networktype (Results 1 – 8 of 8) sorted by relevance
225 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) in r8712_set_802_11_infrastructure_mode() argument233 if (*pold_state != networktype) { in r8712_set_802_11_infrastructure_mode()250 *pold_state = networktype; in r8712_set_802_11_infrastructure_mode()256 switch (networktype) { in r8712_set_802_11_infrastructure_mode()
39 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype);
724 …8712_setopmode_cmd(struct _adapter *padapter, enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype);
475 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) in r8712_setopmode_cmd() argument491 psetop->mode = (u8)networktype; in r8712_setopmode_cmd()
288 enum ndis_802_11_network_infrastructure networktype) in rtw_set_802_11_infrastructure_mode() argument294 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()316 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()320 switch (networktype) { in rtw_set_802_11_infrastructure_mode()
829 u8 rtw_setopmode_cmd(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype… in rtw_setopmode_cmd() argument843 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
17 …infrastructure_mode(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype);
589 …_cmd(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype, bool enqueue);
Completed in 21 milliseconds