Home
last modified time | relevance | path

Searched refs:passive (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dlcp.h111 unsigned int passive :1; /* Don't die if we don't get a response */ member
A Dppp.h535 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval)
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dlcp.h111 unsigned int passive :1; /* Don't die if we don't get a response */ member
A Dppp.h533 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval)
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dbwifi_interface.h80 …uint32_t passive; /**< passive scan time per channel, units: millisecond, 0��use def… member
/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/
A Dwifi_dev.h218 …uint32_t passive; /**< passive scan time per channel, units: millisecond, values ab… member
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dlcp.c162 { "passive", o_bool, &lcp_wantoptions[0].passive,
164 { "-p", o_bool, &lcp_wantoptions[0].passive,
411 if (wo->passive) in lcp_open()
A Dpppol2tp.c279 lcp_wo->passive = 0; in pppol2tp_connect()
A Dpppoe.c912 lcp_wo->passive = 0; in pppoe_connect()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c1148 .passive = active_scan ? 0 : 1, in mp_bluetooth_gap_scan_start()

Completed in 23 milliseconds