Home
last modified time | relevance | path

Searched refs:AP_MODE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c979 op_mode = AP_MODE; in add_key()
1097 if (vif->iftype == AP_MODE || vif->iftype == GO_MODE) { in get_station()
1787 vif->iftype = AP_MODE; in change_virtual_intf()
1792 wilc_set_operation_mode(vif, AP_MODE); in change_virtual_intf()
1801 wilc_set_operation_mode(vif, AP_MODE); in change_virtual_intf()
1831 wilc_wlan_set_bssid(dev, wl->vif[vif->idx]->src_addr, AP_MODE); in start_ap()
1858 wilc_wlan_set_bssid(dev, null_bssid, AP_MODE); in stop_ap()
1876 if (vif->iftype == AP_MODE || vif->iftype == GO_MODE) { in add_station()
1911 if (!(vif->iftype == AP_MODE || vif->iftype == GO_MODE)) in del_station()
1932 if (vif->iftype == AP_MODE || vif->iftype == GO_MODE) { in change_station()
Dhost_interface.h15 #define AP_MODE 0x01 macro
Dlinux_wlan.c191 if (wilc->vif[i]->mode == AP_MODE) in get_if_handler()
Dhost_interface.c2891 if (mode == AP_MODE) { in wilc_add_ptk()
2969 if (mode == AP_MODE) { in wilc_add_rx_gtk()