Home
last modified time | relevance | path

Searched refs:wl_get_p2p_status (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgp2p.c834 if (!cfg->bus_resuming && (wl_get_p2p_status(cfg, DISCOVERY_ON))) in wl_cfgp2p_enable_discovery()
836 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) in wl_cfgp2p_enable_discovery()
938 if (wl_get_p2p_status(cfg, SCANNING)) { in wl_cfgp2p_disable_discovery()
1422 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in wl_cfgp2p_listen_complete()
1442 if (wl_get_p2p_status(cfg, LISTEN_EXPIRED) == 0) { in wl_cfgp2p_listen_complete()
1596 if (unlikely(wl_get_p2p_status(cfg, DISCOVERY_ON) == 0)) { in wl_cfgp2p_discover_listen()
1644 if (!wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgp2p_discover_enable_search()
1649 if (wl_get_p2p_status(cfg, SEARCH_ENABLED) == enable) { in wl_cfgp2p_discover_enable_search()
1695 else if (!wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) { in wl_cfgp2p_action_tx_complete()
1769 if (timeout >= 0 && wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) { in wl_cfgp2p_tx_action_frame()
H A Dwl_cfgscan.c948 if (wl_get_p2p_status(cfg, SCANNING)) { in wl_escan_handler()
2499 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in __wl_cfg80211_scan()
2548 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in __wl_cfg80211_scan()
2619 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in __wl_cfg80211_scan()
2701 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in __wl_cfg80211_scan()
3006 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS) && !in_atomic()) { in wl_notify_escan_complete()
4382 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgscan_update_v3_schedscan_results()
4579 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
4714 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
5250 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in wl_cfgscan_remain_on_channel()
H A Dwl_cfgp2p.h116 #define wl_get_p2p_status(cfg, stat) ((!(cfg)->p2p_supported) ? 0 : \ macro
H A Dwl_cfg80211.c1965 ((wl_get_p2p_status(cfg, IF_ADDING) == false) && in wl_cfg80211_p2p_if_add()
1968 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_ADDING) && cfg->if_event_info.valid) { in wl_cfg80211_p2p_if_add()
2210 ((wl_get_p2p_status(cfg, IF_DELETING) == false) && in wl_cfg80211_p2p_if_del()
2213 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_DELETING) && in wl_cfg80211_p2p_if_del()
2754 if (wl_get_p2p_status(cfg, IF_CHANGING)) in wl_cfg80211_notify_ifadd()
2758 if (wl_get_p2p_status(cfg, IF_ADDING)) { in wl_cfg80211_notify_ifadd()
2800 if (wl_get_p2p_status(cfg, IF_DELETING)) { in wl_cfg80211_notify_ifdel()
2831 if (wl_get_p2p_status(cfg, IF_CHANGING)) { in wl_cfg80211_notify_ifchange()
14268 if (!(wl_get_p2p_status(cfg, ACTION_TX_COMPLETED) || in wl_stop_wait_next_action_frame()
14269 wl_get_p2p_status(cfg, ACTION_TX_NOACK))) in wl_stop_wait_next_action_frame()
[all …]
H A Dwl_cfgvif.c366 p2p_disc_on = wl_get_p2p_status(cfg, SCANNING); in wl_cfg80211_is_policy_config_allowed()
1183 (wl_get_p2p_status(cfg, IF_CHANGED) == true), in wl_cfg80211_change_p2prole()
4517 wl_get_p2p_status(cfg, IF_DELETING) && (ndev != bcmcfg_to_prmry_ndev(cfg))) { in wl_notify_connect_status_ap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgp2p.c825 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgp2p_enable_discovery()
925 if (wl_get_p2p_status(cfg, SCANNING)) { in wl_cfgp2p_disable_discovery()
1409 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in wl_cfgp2p_listen_complete()
1429 if (wl_get_p2p_status(cfg, LISTEN_EXPIRED) == 0) { in wl_cfgp2p_listen_complete()
1583 if (unlikely(wl_get_p2p_status(cfg, DISCOVERY_ON) == 0)) { in wl_cfgp2p_discover_listen()
1631 if (!wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgp2p_discover_enable_search()
1636 if (wl_get_p2p_status(cfg, SEARCH_ENABLED) == enable) { in wl_cfgp2p_discover_enable_search()
1682 else if (!wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) { in wl_cfgp2p_action_tx_complete()
1756 if (timeout >= 0 && wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) { in wl_cfgp2p_tx_action_frame()
H A Dwl_cfgscan.c952 if (wl_get_p2p_status(cfg, SCANNING)) { in wl_escan_handler()
2503 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in __wl_cfg80211_scan()
2552 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in __wl_cfg80211_scan()
2623 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in __wl_cfg80211_scan()
2699 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in __wl_cfg80211_scan()
3012 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS) && !in_atomic()) { in wl_notify_escan_complete()
4466 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgscan_update_v3_schedscan_results()
4663 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
4798 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
5340 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in wl_cfgscan_remain_on_channel()
H A Dwl_cfgp2p.h116 #define wl_get_p2p_status(cfg, stat) ((!(cfg)->p2p_supported) ? 0 : \ macro
H A Dwl_cfg80211.c1951 ((wl_get_p2p_status(cfg, IF_ADDING) == false) && in wl_cfg80211_p2p_if_add()
1954 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_ADDING) && cfg->if_event_info.valid) { in wl_cfg80211_p2p_if_add()
2196 ((wl_get_p2p_status(cfg, IF_DELETING) == false) && in wl_cfg80211_p2p_if_del()
2199 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_DELETING) && in wl_cfg80211_p2p_if_del()
2740 if (wl_get_p2p_status(cfg, IF_CHANGING)) in wl_cfg80211_notify_ifadd()
2744 if (wl_get_p2p_status(cfg, IF_ADDING)) { in wl_cfg80211_notify_ifadd()
2786 if (wl_get_p2p_status(cfg, IF_DELETING)) { in wl_cfg80211_notify_ifdel()
2817 if (wl_get_p2p_status(cfg, IF_CHANGING)) { in wl_cfg80211_notify_ifchange()
14135 if (!(wl_get_p2p_status(cfg, ACTION_TX_COMPLETED) || in wl_stop_wait_next_action_frame()
14136 wl_get_p2p_status(cfg, ACTION_TX_NOACK))) in wl_stop_wait_next_action_frame()
[all …]
H A Dwl_cfgvif.c366 p2p_disc_on = wl_get_p2p_status(cfg, SCANNING); in wl_cfg80211_is_policy_config_allowed()
1177 (wl_get_p2p_status(cfg, IF_CHANGED) == true), in wl_cfg80211_change_p2prole()
4493 wl_get_p2p_status(cfg, IF_DELETING) && (ndev != bcmcfg_to_prmry_ndev(cfg))) { in wl_notify_connect_status_ap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfgp2p.c787 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgp2p_enable_discovery()
1296 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) { in wl_cfgp2p_listen_complete()
1316 if (wl_get_p2p_status(cfg, LISTEN_EXPIRED) == 0) { in wl_cfgp2p_listen_complete()
1464 if (unlikely(wl_get_p2p_status(cfg, DISCOVERY_ON) == 0)) { in wl_cfgp2p_discover_listen()
1515 if (!wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgp2p_discover_enable_search()
1520 if (wl_get_p2p_status(cfg, SEARCH_ENABLED) == enable) { in wl_cfgp2p_discover_enable_search()
1567 else if (!wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) { in wl_cfgp2p_action_tx_complete()
1629 if (timeout >= 0 && wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) { in wl_cfgp2p_tx_action_frame()
H A Dwl_cfgp2p.h124 #define wl_get_p2p_status(cfg, stat) ((!(cfg)->p2p_supported) ? 0 : \ macro
H A Dwl_cfg80211.c1909 ((wl_get_p2p_status(cfg, IF_ADDING) == false) && in wl_cfg80211_add_virtual_iface()
1913 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_ADDING) && cfg->if_event_info.valid) { in wl_cfg80211_add_virtual_iface()
2025 WL_ERR(("IF_ADDING status : %d\n", wl_get_p2p_status(cfg, IF_ADDING))); in wl_cfg80211_add_virtual_iface()
2036 ((wl_get_p2p_status(cfg, IF_DELETING) == false) && in wl_cfg80211_add_virtual_iface()
2039 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_DELETING) && in wl_cfg80211_add_virtual_iface()
2228 ((wl_get_p2p_status(cfg, IF_DELETING) == false) && in wl_cfg80211_del_virtual_iface()
2231 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_DELETING) && in wl_cfg80211_del_virtual_iface()
2388 (wl_get_p2p_status(cfg, IF_CHANGED) == true), in wl_cfg80211_change_virtual_iface()
2453 if (wl_get_p2p_status(cfg, IF_CHANGING)) in wl_cfg80211_notify_ifadd()
2457 if (wl_get_p2p_status(cfg, IF_ADDING)) { in wl_cfg80211_notify_ifadd()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgp2p.c842 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgp2p_enable_discovery()
1401 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) {
1421 if (wl_get_p2p_status(cfg, LISTEN_EXPIRED) == 0) {
1582 if (unlikely(wl_get_p2p_status(cfg, DISCOVERY_ON) == 0)) {
1632 if (!wl_get_p2p_status(cfg, DISCOVERY_ON)) {
1637 if (wl_get_p2p_status(cfg, SEARCH_ENABLED) == enable) {
1684 else if (!wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) {
1749 if (timeout >= 0 && wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) {
H A Dwl_cfgp2p.h124 #define wl_get_p2p_status(cfg, stat) ((!(cfg)->p2p_supported) ? 0 : \ macro
H A Dwl_cfgscan.c396 if (wl_get_p2p_status(cfg, SCANNING)) { in wl_escan_handler()
1960 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in __wl_cfg80211_scan()
3578 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
3734 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
H A Dwl_cfg80211.c2029 ((wl_get_p2p_status(cfg, IF_ADDING) == false) &&
2032 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_ADDING) && cfg->if_event_info.valid) {
2269 ((wl_get_p2p_status(cfg, IF_DELETING) == false) &&
2272 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_DELETING) &&
2315 p2p_disc_on = wl_get_p2p_status(cfg, SCANNING);
3601 (wl_get_p2p_status(cfg, IF_CHANGED) == true),
3754 if (wl_get_p2p_status(cfg, IF_CHANGING))
3758 if (wl_get_p2p_status(cfg, IF_ADDING)) {
3800 if (wl_get_p2p_status(cfg, IF_DELETING)) {
3831 if (wl_get_p2p_status(cfg, IF_CHANGING)) {
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgp2p.c842 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgp2p_enable_discovery()
1401 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) {
1421 if (wl_get_p2p_status(cfg, LISTEN_EXPIRED) == 0) {
1582 if (unlikely(wl_get_p2p_status(cfg, DISCOVERY_ON) == 0)) {
1632 if (!wl_get_p2p_status(cfg, DISCOVERY_ON)) {
1637 if (wl_get_p2p_status(cfg, SEARCH_ENABLED) == enable) {
1684 else if (!wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) {
1749 if (timeout >= 0 && wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) {
H A Dwl_cfgp2p.h124 #define wl_get_p2p_status(cfg, stat) ((!(cfg)->p2p_supported) ? 0 : \ macro
H A Dwl_cfgscan.c401 if (wl_get_p2p_status(cfg, SCANNING)) { in wl_escan_handler()
1969 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in __wl_cfg80211_scan()
3587 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
3743 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
H A Dwl_cfg80211.c2152 ((wl_get_p2p_status(cfg, IF_ADDING) == false) &&
2155 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_ADDING) && cfg->if_event_info.valid) {
2392 ((wl_get_p2p_status(cfg, IF_DELETING) == false) &&
2395 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_DELETING) &&
2438 p2p_disc_on = wl_get_p2p_status(cfg, SCANNING);
3728 (wl_get_p2p_status(cfg, IF_CHANGED) == true),
3881 if (wl_get_p2p_status(cfg, IF_CHANGING))
3885 if (wl_get_p2p_status(cfg, IF_ADDING)) {
3927 if (wl_get_p2p_status(cfg, IF_DELETING)) {
3958 if (wl_get_p2p_status(cfg, IF_CHANGING)) {
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgp2p.c842 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_cfgp2p_enable_discovery()
1401 if (wl_get_p2p_status(cfg, DISC_IN_PROGRESS)) {
1421 if (wl_get_p2p_status(cfg, LISTEN_EXPIRED) == 0) {
1582 if (unlikely(wl_get_p2p_status(cfg, DISCOVERY_ON) == 0)) {
1632 if (!wl_get_p2p_status(cfg, DISCOVERY_ON)) {
1637 if (wl_get_p2p_status(cfg, SEARCH_ENABLED) == enable) {
1684 else if (!wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) {
1749 if (timeout >= 0 && wl_get_p2p_status(cfg, ACTION_TX_COMPLETED)) {
H A Dwl_cfgp2p.h124 #define wl_get_p2p_status(cfg, stat) ((!(cfg)->p2p_supported) ? 0 : \ macro
H A Dwl_cfgscan.c401 if (wl_get_p2p_status(cfg, SCANNING)) { in wl_escan_handler()
1969 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in __wl_cfg80211_scan()
3587 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
3743 if (wl_get_p2p_status(cfg, DISCOVERY_ON)) { in wl_notify_sched_scan_results()
H A Dwl_cfg80211.c2154 ((wl_get_p2p_status(cfg, IF_ADDING) == false) &&
2157 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_ADDING) && cfg->if_event_info.valid) {
2394 ((wl_get_p2p_status(cfg, IF_DELETING) == false) &&
2397 if (timeout > 0 && !wl_get_p2p_status(cfg, IF_DELETING) &&
2440 p2p_disc_on = wl_get_p2p_status(cfg, SCANNING);
3730 (wl_get_p2p_status(cfg, IF_CHANGED) == true),
3883 if (wl_get_p2p_status(cfg, IF_CHANGING))
3887 if (wl_get_p2p_status(cfg, IF_ADDING)) {
3929 if (wl_get_p2p_status(cfg, IF_DELETING)) {
3960 if (wl_get_p2p_status(cfg, IF_CHANGING)) {
[all …]

12