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 D | lcp.h | 111 unsigned int passive :1; /* Don't die if we don't get a response */ member
|
A D | ppp.h | 535 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval)
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | lcp.h | 111 unsigned int passive :1; /* Don't die if we don't get a response */ member
|
A D | ppp.h | 533 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval)
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | bwifi_interface.h | 80 …uint32_t passive; /**< passive scan time per channel, units: millisecond, 0��use def… member
|
/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/ |
A D | wifi_dev.h | 218 …uint32_t passive; /**< passive scan time per channel, units: millisecond, values ab… member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | lcp.c | 162 { "passive", o_bool, &lcp_wantoptions[0].passive, 164 { "-p", o_bool, &lcp_wantoptions[0].passive, 411 if (wo->passive) in lcp_open()
|
A D | pppol2tp.c | 279 lcp_wo->passive = 0; in pppol2tp_connect()
|
A D | pppoe.c | 912 lcp_wo->passive = 0; in pppoe_connect()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 1148 .passive = active_scan ? 0 : 1, in mp_bluetooth_gap_scan_start()
|
Completed in 23 milliseconds