Searched refs:networktype (Results 1 – 11 of 11) sorted by relevance
226 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) in r8712_set_802_11_infrastructure_mode() argument234 if (*pold_state != networktype) { in r8712_set_802_11_infrastructure_mode()251 *pold_state = networktype; in r8712_set_802_11_infrastructure_mode()257 switch (networktype) { in r8712_set_802_11_infrastructure_mode()
39 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype);
494 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype) in r8712_setopmode_cmd() argument510 psetop->mode = (u8)networktype; in r8712_setopmode_cmd()
730 enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype);
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()
863 u8 rtw_setopmode_cmd(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype… in rtw_setopmode_cmd() argument877 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
274 enum ndis_802_11_network_infra networktype) in rtw_set_802_11_infrastructure_mode() argument280 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()305 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()309 switch (networktype) { in rtw_set_802_11_infrastructure_mode()
636 u8 rtw_setopmode_cmd(struct adapter *padapter, enum ndis_802_11_network_infra networktype) in rtw_setopmode_cmd() argument658 psetop->mode = (u8)networktype; in rtw_setopmode_cmd()
17 …infrastructure_mode(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype);
593 …_cmd(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype, bool enqueue);
756 u8 rtw_setopmode_cmd(struct adapter *padapter, enum ndis_802_11_network_infra networktype);
Completed in 27 milliseconds