Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.c621 op_mode = WILC_AP_MODE; in add_key()
736 if (vif->iftype == WILC_AP_MODE || vif->iftype == WILC_GO_MODE) { in get_station()
1302 if (vif->iftype == WILC_AP_MODE || vif->iftype == WILC_GO_MODE) in change_virtual_intf()
1329 vif->iftype = WILC_AP_MODE; in change_virtual_intf()
1333 WILC_AP_MODE, vif->idx); in change_virtual_intf()
1343 WILC_AP_MODE, vif->idx); in change_virtual_intf()
1364 wilc_wlan_set_bssid(dev, dev->dev_addr, WILC_AP_MODE); in start_ap()
1383 wilc_wlan_set_bssid(dev, NULL, WILC_AP_MODE); in stop_ap()
1400 if (vif->iftype == WILC_AP_MODE || vif->iftype == WILC_GO_MODE) { in add_station()
1421 if (!(vif->iftype == WILC_AP_MODE || vif->iftype == WILC_GO_MODE)) in del_station()
[all …]
Dhif.h14 WILC_AP_MODE = 0x1, enumerator
Dnetdev.c108 if (vif->mode == WILC_AP_MODE) in get_if_handler()
Dhif.c1126 if (mode == WILC_AP_MODE) { in wilc_add_ptk()
1221 if (mode == WILC_AP_MODE) { in wilc_add_rx_gtk()